Skip to content
fireproofsocks edited this page Dec 11, 2014 · 4 revisions

Build

Build a MODX transport package from the files in the specified repository directory. You can then submit this transport package to the official directory of MODX Extras (http://modx.com/extras/) or you can copy the package to other MODX sites and install it there.

Usage:

php repoman build <pkg_root_dir>

Make sure you have updated your package's composer.json with the latest information. The following configuration details are required for a successful build:

  • package_name
  • namespace
  • version
  • release

These attributes must be set in your project's composer.json file. You can set other options at run-time using command-line options, e.g. to assist with debugging.

php repoman build <pkg_root_dir> --log_level=4
Clone this wiki locally