Skip to content
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.

romainnorberg/construct-tim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

010ad28 · Apr 17, 2017

History

94 Commits
Apr 16, 2017
Apr 8, 2017
Apr 16, 2017
Apr 17, 2017
Apr 8, 2017
Apr 8, 2017
Apr 11, 2017
Apr 19, 2016
Aug 29, 2016
Apr 8, 2017
Apr 8, 2017
Apr 11, 2017
Apr 8, 2017
Apr 29, 2016
Apr 16, 2017
Apr 8, 2017
May 3, 2016
Apr 19, 2016
Apr 8, 2017
Apr 16, 2017

Repository files navigation

Construct-tim.be

Open source client website based on Symfony 3.x

Status

Build Status SensioLabsInsight codecov

Env vars

Environment production vars are stored on instance configuration, read more: https://www.clever-cloud.com/doc/admin-console/environment-variables/

First installation

Run:

  • cp app/config/parameters.yml.dist app/config/parameters.yml
  • composer install
  • npm install -g bower
  • bower install
  • npm install -g grunt-cli
  • npm install
  • php bin/console assets:install --symlink && grunt symlink
  • grunt && grunt watch
  • php bin/console doctrine:database:create --env=test
  • php bin/console doctrine:schema:create --env=test
  • php bin/console doctrine:fixtures:load -n --env=test

Optional:

  • cp tests/pre-commit-dist .git/hooks/pre-commit
  • chmod a+x .git/hooks/pre-commit