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
| Docker | Latest |[Follow this docs to install](https://docs.docker.com/engine/install/)|
12
13
13
14
> **Note For Windows :** Supports only Hyper-V based docker installation. WSL-2 based docker installation is not supported yet.
@@ -22,7 +23,8 @@
22
23
```bash
23
24
cd swiftwave
24
25
```
25
-
4. Run the setup script
26
+
4. Run `npm install`
27
+
5. Run the setup script
26
28
- For Linux
27
29
```bash
28
30
./dev.linux.sh
@@ -35,15 +37,15 @@
35
37
```bash
36
38
dev.windows.ps1
37
39
```
38
-
5. Then follow the instructions printed in the terminal after the script execution is completed.
40
+
6. Then follow the instructions printed in the terminal after the script execution is completed.
39
41
40
42
---
41
43
42
44
## Production Setup
43
-
**Till now we have tested the setup on `Ubuntu`, `Debian` and `AWS Linux 2`. We are working towrads making the installer compatible with other linux distros as well.**
45
+
**We have tested the setup on `Ubuntu`, `Debian` and `AWS Linux 2`. We are working toward making the installer compatible with other Linux distros as well.**
44
46
45
-
`Swiftwave` can be installed at one click.
46
-
> We recommend to use a fresh server for production setup. If you are using an existing server, please make sure that you have stopped all the services running on port 80 and 443.
47
+
`Swiftwave` can be installed with one click.
48
+
> We recommend using a fresh server for production setup. If you are using an existing server, please ensure you have stopped all the services running on ports 80 and 443.
47
49
48
50
Run this commandin bash
49
51
```bash
@@ -52,4 +54,4 @@ Run this command in bash
52
54
53
55
That's all 🍻
54
56
55
-
Wait for ⏰ few minutes and it will become online.
57
+
Wait for ⏰ few minutes, and it will become online.
0 commit comments