@@ -198,6 +198,9 @@ These steps are specific to Linux. You will need to modify them accordingly for
198
198
199
199
1 . Install ` docker ` and ensure that the daemon is running.
200
200
1 . This process does not require the installation of PostgresSQL. If you have installed postgres on your system, make sure that it is not running.
201
+ 1 . Windows Only
202
+ 1 . Make sure you clone the ` talawa-api ` repository to a ` WSL ` subdirectory.
203
+ 2 . Run all the following commands from the repository root in that subdirectory.
201
204
1 . Create the ` .env ` file by copying the template from the ` envFiles/ ` directory.
202
205
1 . ** DO NOT EDIT EITHER FILE!**
203
206
``` bash
@@ -233,18 +236,24 @@ These steps are specific to Linux. You will need to modify them accordingly for
233
236
sudo su $USER -
234
237
```
235
238
1. Build the docker devcontainer
236
- ```
237
- devcontainer build --workspace-folder .
238
- ```
239
- 1. When the build is complete, the last line of the output should be:
240
- ```
241
- {"outcome":"success","imageName":"talawa-api"}
242
- ```
243
- 1. Start the docker devcontainer
244
- ```
245
- devcontainer up --workspace-folder .
246
- ```
247
- 1. When the startup is complete, the last line of out put should look like this:
239
+
240
+ ```
241
+ devcontainer build --workspace-folder .
242
+ ```
243
+
244
+ 10. When the build is complete, the last line of the output should be:
245
+
246
+ ```
247
+ {"outcome":"success","imageName":"talawa-api"}
248
+ ```
249
+
250
+ 11. Start the docker devcontainer
251
+
252
+ ```
253
+ devcontainer up --workspace-folder .
254
+ ```
255
+
256
+ 12. When the startup is complete, the last line of out put should look like this:
248
257
249
258
```
250
259
[ 19:53:14.063] INFO (166): Checking the connection to the postgres database.
0 commit comments