Skip to content

Commit ee24a95

Browse files
authored
Update installation.md
1 parent 8e74cfe commit ee24a95

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

docs/docs/docs/getting-started/installation.md

+21-12
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ These steps are specific to Linux. You will need to modify them accordingly for
198198

199199
1. Install `docker` and ensure that the daemon is running.
200200
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.
201204
1. Create the `.env` file by copying the template from the `envFiles/` directory.
202205
1. **DO NOT EDIT EITHER FILE!**
203206
```bash
@@ -233,18 +236,24 @@ These steps are specific to Linux. You will need to modify them accordingly for
233236
sudo su $USER -
234237
```
235238
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:
248257
249258
```
250259
[19:53:14.063] INFO (166): Checking the connection to the postgres database.

0 commit comments

Comments
 (0)