From 9ddf772c5592b9c909c47b47ac36cb1bc77f292f Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 28 Oct 2020 17:46:44 +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 | 4 ++-- contributions/ServerSetup.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 4aae0ee670..9d3fd1a435 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -93,7 +93,7 @@ yarn start 5. If you ran `./start-https`, but containers failed to start (you have to check with `docker ps` since it fails silently). Some Linux distros (`Ubuntu` for example) have installed and running `apache2` webserver on port `80`. This can result in `Address already in use` error (you can check with `docker logs wildcard-nginx`). Simple solution for this is simply turning it off temporarily with `sudo systemctl stop apache2`. After that just run `./start-https` again. -## Need Help +## Need Assistance If you facing issues 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 . We will be happy to help you. +- 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 f4da589f51..cfddb2cbad 100644 --- a/contributions/ServerSetup.md +++ b/contributions/ServerSetup.md @@ -79,7 +79,7 @@ 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 Help +## Need Assistance If you facing issues 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 . We will be happy to help you. +- 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.