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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ Pull the [docker image](https://hub.docker.com/repository/docker/pythongermany/w
39
39
make docker.build
40
40
make docker.run
41
41
```
42
-
This will build and run the standalone webserver image
42
+
Build and run the standalone webserver image
43
43
44
44
```
45
45
make -C docker up
46
46
```
47
-
This will create a mariadb docker container for the database another container which will setup wordpress, compile webserv execute it. To populate the container env credentials you can make a copy of the [.env-example](docker/.env-example) file and rename it to `.env`, make sure to change the default values according to your needs.
47
+
Create a mariadb docker container for the database another container which will setup wordpress, compile webserv execute it. To populate the container env credentials you can make a copy of the [.env-example](docker/.env-example) file and rename it to `.env`, make sure to change the default values according to your needs.
48
48
49
49
## Compile with make and clang
50
50
@@ -64,11 +64,11 @@ A flag overwrites the default setting as well as the ones that are configured in
64
64
65
65
| Flag | Description | Allowed values
66
66
| --- | --- | --- |
67
-
| i | Show info block when starting the server |NONE|
68
-
| h | Show help message and exit |NONE|
69
-
| v | Show version of webserv and exit | NONE
70
-
| c | Show parsed config file structure and exit |NONE|
71
-
| t | Check if the config file syntax is valid and exit |NONE|
67
+
| i | Show info block when starting the server |-|
68
+
| h | Show help message and exit |-|
69
+
| v | Show version of webserv and exit | -
70
+
| c | Show parsed config file structure and exit |-|
71
+
| t | Check if the config file syntax is valid and exit |-|
72
72
| o | Controls [log_to_terminal](#log_to_terminal)| on/off |
0 commit comments