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

Install

Install into MODX all the package elements and run all package migrations defined in the given directory.

php repoman.php install <pkg_root_dir>

This is equivalent to running the following commands:

  • import
  • migrate
  • seed

Warning, this can overwrite custom data structures or other objects associated with the package.

Clone this wiki locally