mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-18 13:10:08 -07:00
Update README
This commit is contained in:
parent
4138fefded
commit
ad326c2cd2
12
README.md
12
README.md
@ -15,3 +15,15 @@ For full requirements see Symfony 3.2 [docs](http://symfony.com/doc/3.2/referenc
|
|||||||
|
|
||||||
###Installing
|
###Installing
|
||||||
|
|
||||||
|
####Back-end
|
||||||
|
1. Make sure your system meets the application requirements
|
||||||
|
2. Install dependencies via [Composer](https://getcomposer.org/), `$ composer install`
|
||||||
|
|
||||||
|
####Front-end
|
||||||
|
1. Install dependencies via [npm](https://www.npmjs.com/), `$ npm install`
|
||||||
|
2. Compile assets by running [Gulp](http://gulpjs.com/) 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`
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user