From 2082659fb1da4ab95b6bd9ef16927bc15c94c820 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Mon, 7 Aug 2017 05:57:45 +0300 Subject: [PATCH] update Install Symfony steps in the docs --- DOCUMENTATION/content/documentation/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index c51bfe96..8dd89fa0 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -1024,13 +1024,15 @@ To install CodeIgniter 3 on Laradock all you have to do is the following simple ## Install Symfony -The installation is very simple, nothing special. +1 - Open the `.env` file and set `WORKSPACE_INSTALL_SYMFONY` to `true`. -The NGINX sites include a default config file for your Symfony project `symfony.conf.example`, so edit it and make sure the `root` is pointing to your project web directory. +2 - Run `docker-compose build workspace`, after the step above. -You mihgt to run `docker-compose restart` if the container are already running. +3 - The NGINX sites include a default config file for your Symfony project `symfony.conf.example`, so edit it and make sure the `root` is pointing to your project `web` directory. -Visit `symfony.dev` +4 - Run `docker-compose restart` if the container was already running, before the step above. + +5 - Visit `symfony.dev`