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: readme.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A Docker image based on Ubuntu, serving PHP 5 or 7 running as Apache Module. Use
11
11
## Installation
12
12
Before use the docker version, check that ports 80/8080/443 are available. If an Apache / Nginx local server, another docker container are active, they can block access to these ports.
13
13
14
-
```bash
14
+
```shell script
15
15
make install
16
16
```
17
17
@@ -30,6 +30,11 @@ make install
30
30
* php-zip
31
31
* composer (php package manager)
32
32
33
+
For test Nginx/php container, you can install Symfony Demo
34
+
```shell script
35
+
make install-demo
36
+
```
37
+
33
38
34
39
## Usage
35
40
Launch docker containers: `make up`, or stop with `make stop`, you can get command list with `make help`.
0 commit comments