Skip to content
Everett Griffiths edited this page Jun 19, 2014 · 4 revisions

Installation

Install this package via the MODX package manager.

Advanced Installation (Developers Only)

This package was built using Repoman (https://github.com/craftsmancoding/repoman) to make it easier for others to contribute to the code.

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/taxonomies

  3. Run composer install to generate the autoload files:

    cd path/to/taxonomies/ composer install

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

    php path/to/repoman/repoman install path/to/taxonomies/

This will create the necessary objects and custom tables.

Clone this wiki locally