diff --git a/README.md b/README.md index 428f6aa..d6bed8e 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ You can check if your system meets requirements by running `$ bin/symfony_requir For full requirements see Symfony 3.2 [docs](http://symfony.com/doc/3.2/reference/requirements.html). -###Installing +### Installing -####Back-end +#### Back-end 1. Make sure your system meets the application requirements 2. Install dependencies via [Composer](https://getcomposer.org/), `$ composer install` -####Front-end +#### Front-end 1. Install dependencies via [npm](https://www.npmjs.com/), `$ npm install` 1. Install dependencies via [bower](https://bower.io/), `$ bower install` 2. Compile assets by running [Gulp](http://gulpjs.com/), `$ gulp` -####Database +#### Database 1. Set application parameters in *app/config/parameters.yml* 2. Generate empty database by running command `$ php bin/console doctrine:database:create` 3. Load LDraw models into database by running commad `$ php bin/console app:load:ldraw [ldraw_dir_path]`