Update ClientSetup.md
This commit is contained in:
parent
4312db6405
commit
2d320c1508
|
|
@ -33,17 +33,12 @@ Note:
|
||||||
```
|
```
|
||||||
cat /etc/hosts | grep appsmith
|
cat /etc/hosts | grep appsmith
|
||||||
```
|
```
|
||||||
|
3. Run cmd `cp .env.example .env`
|
||||||
|
|
||||||
3. Run the script `start-https.sh` in order to start the nginx container that will proxy the frontend code on your local system.
|
4. Run the script `start-https.sh` in order to start the nginx container that will proxy the frontend code on your local system.
|
||||||
```bash
|
```bash
|
||||||
cd app/client
|
cd app/client
|
||||||
./start-https.sh
|
./start-https.sh
|
||||||
```
|
|
||||||
Note:
|
|
||||||
- If you see the following error: `Please populate the .env at the root of the project and run again`, then run the following cmd and try again:
|
|
||||||
```
|
|
||||||
cp ../../.env.example ../../.env
|
|
||||||
```
|
|
||||||
|
|
||||||
#### WSL (Windows Subsystem for Linux)
|
#### WSL (Windows Subsystem for Linux)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user