From ad326c2cd2e51c7ec8f94eb5112d855d19b6fe8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=BCbner?= Date: Wed, 18 Jan 2017 13:51:17 +0100 Subject: [PATCH] Update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64ff678..aaf289a 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,16 @@ 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 - \ No newline at end of file + +####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` + \ No newline at end of file