Skip to content

Commit d93c418

Browse files
authored
Update SETUP.md
1 parent 54871dc commit d93c418

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

SETUP.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| Name | Version | Installation |
99
| --- | --- | --- |
1010
| Git | Latest | [Download & Install](https://git-scm.com/downloads) |
11+
| NodeJS | v18.0 atleast | [Install NodeJS](https://deb.nodesource.com/) |
1112
| Docker | Latest | [Follow this docs to install](https://docs.docker.com/engine/install/) |
1213

1314
> **Note For Windows :** Supports only Hyper-V based docker installation. WSL-2 based docker installation is not supported yet.
@@ -22,7 +23,8 @@
2223
```bash
2324
cd swiftwave
2425
```
25-
4. Run the setup script
26+
4. Run `npm install`
27+
5. Run the setup script
2628
- For Linux
2729
```bash
2830
./dev.linux.sh
@@ -35,15 +37,15 @@
3537
```bash
3638
dev.windows.ps1
3739
```
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.
3941

4042
---
4143

4244
## 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.**
4446

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.
4749

4850
Run this command in bash
4951
```bash
@@ -52,4 +54,4 @@ Run this command in bash
5254

5355
That's all 🍻
5456
55-
Wait for ⏰ few minutes and it will become online .
57+
Wait for ⏰ few minutes, and it will become online.

0 commit comments

Comments
 (0)