Skip to content

Commit ba1d8a8

Browse files
committed
reorganised images, small formatting changes
1 parent 242db36 commit ba1d8a8

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,20 @@ Other
7474
- [Download and Install Docker Documentation + Links](https://docs.docker.com/get-started/#download-and-install-docker)
7575

7676
#### Windows
77+
7778
- Once docker is installed, try running it. If docker-engine starts successfully, you can proceed.
7879
- If your docker requires you to install WSL, you can easily do so by the following steps:
7980
- Open powershell with administrator privileges.
80-
- Type `WSL --install`
81-
- Restart your computer and try running `WSL` in cmd. If you get no error, then you are all set.
82-
- If you are asked to enable Windows Virtualisation Platform, or HyperV then:
83-
- Run `bcdedit /set hypervisorlaunchtype auto` in an admin privilege Powershell and restart your computer.
81+
- Type `wsl --install`
82+
- Restart your computer and try running `wsl` in cmd. If you get no error, then you are all set.
83+
- If you get an error about needing to update the kernel, you can do so by installing [this package](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi).
84+
- then run `wsl --set-default-version 2`
85+
- If you are asked to enable Windows Virtualisation Platform, or HyperV then:
86+
- Run `bcdedit /set hypervisorlaunchtype auto` in an admin privilege Powershell and restart your computer.
8487
- Once docker-engine is running successfully, you can close the docker window as it should continue running in the background.
8588

8689
#### Linux
90+
8791
- If you are running Linux, Docker compose wil not be automatically installed. You will need to install it manually by following [this guide](https://docs.docker.com/compose/install/).
8892

8993
### Potential Errors While Running The Docker Container
@@ -93,8 +97,8 @@ Other
9397
<p align="center">
9498
<img src="https://cdn.discordapp.com/attachments/831493951185485883/990558770209882162/unknown.png" height="50px"/>
9599
</p>
96-
- **Mac** :
97-
- **Linux** :
100+
- **Mac** :
101+
- **Linux** :
98102

99103
### Development environment setup
100104

@@ -122,12 +126,10 @@ Other
122126

123127
- Navigate to the remote explorer extension tab again. If you see the below, then the frontend workspace has been successfully configured.
124128

125-
![success frontend](https://media.discordapp.net/attachments/701301203849576501/990569098280837120/unknown.png)
129+
![client](https://cdn.discordapp.com/attachments/701301203849576501/990568519617888316/unknown.png)
126130

127131
- Press the plus symbol.
128132

129-
![client](https://cdn.discordapp.com/attachments/701301203849576501/990568519617888316/unknown.png)
130-
131133
- Click open folder in container
132134

133135
![open folder](https://media.discordapp.net/attachments/701301203849576501/990568586412183562/unknown.png)
@@ -140,10 +142,12 @@ Other
140142
- If you now navigate to the remote explorer tab, you should see 3 containers; one for frontend, backend, and database.
141143
- The installation process is now complete.
142144

145+
![success](https://media.discordapp.net/attachments/701301203849576501/990569098280837120/unknown.png)
146+
143147
### Development
144148

145149
- To start developing, navigate to the remote extensions tab. Hover over the frontend or backend container and click the folder icon.
146-
![open folder](https://media.discordapp.net/attachments/701301203849576501/990574912181784656/unknown.png)
150+
![open folder](https://media.discordapp.net/attachments/701301203849576501/990574912181784656/unknown.png)
147151

148152
- Note, for the backend, you may need to start the database container first. To do so, right click on the database container and click `Start Container`.
149153

0 commit comments

Comments
 (0)