From 7c190002d01191141c92fb6ffc519539155ac0ef Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 28 Oct 2020 16:14:15 +0530 Subject: [PATCH] Update ServerSetup.md --- contributions/ServerSetup.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/contributions/ServerSetup.md b/contributions/ServerSetup.md index e1f585d064..f4da589f51 100644 --- a/contributions/ServerSetup.md +++ b/contributions/ServerSetup.md @@ -37,8 +37,9 @@ This command creates a `.env` file in the `app/server` folder. All run scripts p ``` ./build.sh ``` -Note: 1. On Ubuntu Linux environment docker needs root privilege, hence ./build.sh script needs to be run with roon privilege as well. - 2. If the volume containing docker's data root path (macOS: ~/Library/Containers/com.docker.docker/Data/vms/0/, Ubuntu: /var/lib/docker/) has less than 2 GB space free, then the script may fail with the following error: Check failed: Docker environment should have more than 2GB free disk space. There are two ways to resolve this issue (1) free up space (2) change docker's data root path. +Note: +- On Ubuntu Linux environment docker needs root privilege, hence ./build.sh script needs to be run with roon privilege as well. +- If the volume containing docker's data root path (macOS: ~/Library/Containers/com.docker.docker/Data/vms/0/, Ubuntu: /var/lib/docker/) has less than 2 GB space free, then the script may fail with the following error: Check failed: Docker environment should have more than 2GB free disk space. There are two ways to resolve this issue (1) free up space (2) change docker's data root path. This command will create a `dist` folder which contains the final packaged jar along with multiple jars for the binaries for plugins as well. @@ -76,9 +77,9 @@ The following command can bring up a Redis docker instance locally. 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 If you facing issues while doing the setup: -(1) Please re-read all the steps and make sure you follow all instructions. -(2) In case step (1) does not resolve your issue, please send an email to support@appsmith.com . We will be happy to help you. - -When using this command, the value of `APPSMITH_REDIS_URI` should be set to `redis://localhost:6379`. +- 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.