Skip to content

Commit 2082659

Browse files
authored
update Install Symfony steps in the docs
1 parent 1fe2df7 commit 2082659

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,13 +1024,15 @@ To install CodeIgniter 3 on Laradock all you have to do is the following simple
10241024
<a name="Install-Symfony"></a>
10251025
## Install Symfony
10261026

1027-
The installation is very simple, nothing special.
1027+
1 - Open the `.env` file and set `WORKSPACE_INSTALL_SYMFONY` to `true`.
10281028

1029-
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.
1029+
2 - Run `docker-compose build workspace`, after the step above.
10301030

1031-
You mihgt to run `docker-compose restart` if the container are already running.
1031+
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.
10321032

1033-
Visit `symfony.dev`
1033+
4 - Run `docker-compose restart` if the container was already running, before the step above.
1034+
1035+
5 - Visit `symfony.dev`
10341036

10351037
<br>
10361038
<a name="Misc"></a>

0 commit comments

Comments
 (0)