From 36973269b8869a030c5b67f79b9e85ec8c113b4c Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 28 Oct 2020 18:00:05 +0530 Subject: [PATCH] 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 --- contributions/ClientSetup.md | 2 +- contributions/ServerSetup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 9d3fd1a435..058520cd7e 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -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. diff --git a/contributions/ServerSetup.md b/contributions/ServerSetup.md index cfddb2cbad..c60102df96 100644 --- a/contributions/ServerSetup.md +++ b/contributions/ServerSetup.md @@ -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.