There is a project documentation written in german.
https://travis-ci.org/Cogax/SysVentory
- Builds only
master
branch - If
master
build success it will push toprod
branch
master
is the development branch which isn't always sableprod
is the productive branch, which always should be stable
git clone
cd 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