Fix/setup guide (#1483)

* Add info to connect client app to the release api server.

1. Add info to connect client app to the release api server.

* Add info to connect client app to the release api server.

1. Add info to connect client app to the release api server.

* Update ClientSetup.md

* Update ClientSetup.md

* Update ClientSetup.md

Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
This commit is contained in:
Sumit Kumar 2020-10-31 13:08:31 +05:30 committed by GitHub
parent ccfedb81bc
commit 44a8ab6b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,9 @@ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo s
This URL must be opened with https and not have the port 3000 in it
By default your client app points to the local api server - `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. Your page will load with errors if you don't have the api server running on your local system. To setup the api server on your local system please follow the instructions here: https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md
#### Note:
- By default your client app points to the local api server - `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. Your page will load with errors if you don't have the api server running on your local system. To setup the api server on your local system please follow the instructions [here](https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md)
- In case you are unable to setup the api server on your local system, you can also use Appsmith's api server: https://release-api.appsmith.com/. How to make this change is described in [this section](#if-you-would-like-to-hit-a-different-appsmith-server).
#### If yarn start throws mismatch node version error
This error occurs because the node version is not compatible with the app environment. In this case Node version manager can be used which allows multiple
@ -91,5 +93,4 @@ yarn start
## Need Assistance
- If you are unable to resolve any issue while doing the setup, please initiate a Github discussion or send an email to support@appsmith.com. We'll be happy to help you.
- In case you notice any discrepancy, please raise an issue on Github and/or send an email to support@appsmith.com.
- If you are unable to resolve any issue while doing the setup, please initiate a Github discussion or join our [discord server](https://discord.com/invite/rBTTVJp)