1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-17 21:00:09 -07:00
PrintABrick/README.md
2017-01-18 13:51:17 +01:00

923 B

Website for printable building kits

A Symfony project

Install

System requirements

  • PHP needs to be a minimum version of PHP 5.5.9
  • PDO
  • SOAP
  • date.timezone setting set in php.ini

You can check if your system meets requirements by running $ bin/symfony_requirements

For full requirements see Symfony 3.2 docs.

###Installing

####Back-end

  1. Make sure your system meets the application requirements
  2. Install dependencies via Composer, $ composer install

####Front-end

  1. Install dependencies via npm, $ npm install
  2. Compile assets by running Gulp default task, $ gulp default

####Database

  1. Set application parameters in app/config/parameters.yml
  2. Generate empty database by running command $ php bin/console doctrine:database:create