There is a project documentation written in german.
https://travis-ci.org/Cogax/SysVentory
- Builds only
masterbranch - If
masterbuild success it will push toprodbranch
masteris the development branch which isn't always sableprodis the productive branch, which always should be stable
git clonecd SysVentoryServer- Install dependencies:
composer install - Create database:
php app/console doctrine:database:create - Create schema:
php app/console doctrine:schema:create - Load Fixtures (Users):
php app/console doctrine:fixtures:load --fixtures=src/AppBundle/DataFixtures - For a lightweight local webserver:
php app/console server:run - Login with visitor/visitor or inventor/inventor








