Modifying the release endpoint in docs (#1791)

* Modifying the release endpoint in docs

* Adding reference to Test contribution guide in docs
This commit is contained in:
Arpit Mohan 2020-11-19 09:07:25 +05:30 committed by GitHub
parent c3c7b9b7d7
commit 7c3a8c0de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,7 @@ node versions to be used in different projects. Check below for installation and
2. In the root of the project, run `nvm use 10.16.3` or `fnm use 10.16.3`. 2. In the root of the project, run `nvm use 10.16.3` or `fnm use 10.16.3`.
#### If you would like to hit a different Appsmith server: #### If you would like to hit a different Appsmith server:
- Change the API endpoint in the Nginx configuration files (`app/client/docker/templates/nginx-mac.conf.template` on MacOS or `app/client/docker/templates/nginx-linux.conf.template` on Linux). By default it points to your local instance i.e. `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. You need to replace all the occurances of the default ip with your preferred IP. The IP of the appsmith staging API server is https://release-api.appsmith.com. - Change the API endpoint in the Nginx configuration files (`app/client/docker/templates/nginx-mac.conf.template` on MacOS or `app/client/docker/templates/nginx-linux.conf.template` on Linux). By default it points to your local instance i.e. `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. You need to replace all the occurances of the default ip with your preferred IP. The IP of the appsmith staging API server is https://release.app.appsmith.com.
- Run `start-https.sh` script again. - Run `start-https.sh` script again.
- Run - Run
``` ```

View File

@ -35,6 +35,9 @@ We use [Github Flow](https://guides.github.com/introduction/flow/index.html), so
yarn run test yarn run test
``` ```
Please check out our [Testing Contribution](docs/TestAutomation.md) guide for more details on setting up & troubleshooting Cypress runs on your machine.
2. In order to run the Jest unit tests, run: 2. In order to run the Jest unit tests, run:
```bash ```bash
cd app/client cd app/client