From 159715307db8acd0c5c81b18eb0a0696133b55c4 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 28 Oct 2020 18:13:37 +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/ServerSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/ServerSetup.md b/contributions/ServerSetup.md index e873a3ac2e..460ef8252f 100644 --- a/contributions/ServerSetup.md +++ b/contributions/ServerSetup.md @@ -38,7 +38,7 @@ This command creates a `.env` file in the `app/server` folder. All run scripts p ./build.sh ``` Note: -- On Ubuntu Linux environment docker needs root privilege, hence ./build.sh script needs to be run with roon privilege as well. +- On Ubuntu Linux environment docker needs root privilege, hence ./build.sh script needs to be run with root privilege as well. - On Ubuntu Linux environment, the script may not be able to read .env file, so it is advised that you run the cmd like: ``` sudo APPSMITH_MONGODB_URI="mongodb://localhost:27017/appsmith" APPSMITH_REDIS_URL="redis://127.0.0.1:6379" APPSMITH_MAIL_ENABLED=false APPSMITH_ENCRYPTION_PASSWORD=abcd APPSMITH_ENCRYPTION_SALT=abcd ./buid.sh