GIMS application using the ZF2.
- The recommended way to get a working copy is the following:
./bin/install_dependencies.sh
./vendor/bin/phing build
- Create a database in PostgreSQL named "gims"
- Configure database in
config/autoload/local.php
- Set up a virtual host to point to
htdocs/
directory
Full testing can be executed via Phing. This WILL DESTROY existing database:
./vendor/bin/phing test
See detailed informations for advanced usage.