Update server and client setup guide. (#1437)

1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
This commit is contained in:
Sumit Kumar 2020-10-28 18:00:05 +05:30
parent 9ddf772c55
commit e9ab3129b3
2 changed files with 2 additions and 2 deletions

View File

@ -94,6 +94,6 @@ yarn start
## Need Assistance
If you facing issues while doing the setup:
If you are unable to resolve any issue while doing the setup:
- Please re-read all the steps and make sure you follow all instructions.
- In case step (1) does not resolve your issue, please send an email to support@appsmith.com . Team Appsmith will be happy to help you.

View File

@ -80,6 +80,6 @@ docker run -p 127.0.0.1:6379:6379 --name appsmith-redis redis
When using this command, the value of `APPSMITH_REDIS_URI` should be set to `redis://localhost:6379`.
## Need Assistance
If you facing issues while doing the setup:
If you are unable to resolve any issue while doing the setup:
- Please re-read all the steps and make sure you follow all instructions.
- In case step (1) does not resolve your issue, please send an email to support@appsmith.com . Team Appsmith will be happy to help you.