-
Notifications
You must be signed in to change notification settings - Fork 15
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).
- MODX 2.3 or greater
- PHP 5.3.0 or greater
- GD Library (test if GD is installed)
This package was built using Repoman (https://github.com/craftsmancoding/repoman).
To install the package using Repoman:
-
Install Repoman
-
Clone this project into a directory inside your MODX webroot:
-
Run composer install to generate the autoload files:
cd path/to/assetmanager/ composer install
-
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).
© 2014 and beyond by Craftsman Coding