0.6.0 2016-05-02
Added:
- Support for Composer to handle the project and its dependencies (third party libraries).
In particular this means after this update you will no longer use git pull to updates then
have to manually run update_db (that script has been removed).
Instead you will have to install Composer (one time only)
https://getcomposer.org/doc/00-intro.md#downloading-the-composer-executableWe recommend the global method, as we do not provide the composer.phar file in our repo. Then in nZEDb root dir run:
composer install
Once that is done (and in the future) run:
./zed update nzedb
This will check and install all dependencies and then run the Db updater automatically.
You may have to set permissions on .../app/libraries and .../resources/smarty/templates_c