Skip to content
Everett Griffiths edited this page Mar 4, 2015 · 3 revisions

Installation

Install this package via the MODX package manager. (If you are reading this prior to the public release, then please install the package via the Advanced Installation).

Requirements

Advanced Installation (Developers Only)

This package was built using Repoman (https://github.com/craftsmancoding/repoman).

To install the package using Repoman:

  1. Install Repoman

  2. Clone this project into a directory inside your MODX webroot:

    git clone https://github.com/craftsmancoding/assetmanager

  3. Run composer install to generate the autoload files:

    cd path/to/assetmanager/ composer install

  4. Run the Repoman "install" utility on the newly created assetmanager directory:

    php path/to/repoman/repoman install path/to/assetmanager/

This will create the necessary objects and custom tables.

Note: if you are installing to a MAMP environment, you must be especially careful of the permissions. It is recommended to run the repoman installation as the admin user (i.e. the same privileged user that Apache will run as).

Clone this wiki locally