You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1024,13 +1024,15 @@ To install CodeIgniter 3 on Laradock all you have to do is the following simple
1024
1024
<aname="Install-Symfony"></a>
1025
1025
## Install Symfony
1026
1026
1027
-
The installation is very simple, nothing special.
1027
+
1 - Open the `.env` file and set `WORKSPACE_INSTALL_SYMFONY` to `true`.
1028
1028
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.
1030
1030
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.
1032
1032
1033
-
Visit `symfony.dev`
1033
+
4 - Run `docker-compose restart` if the container was already running, before the step above.
0 commit comments