From c993cfebe7a05ce3a168193a13cb5a4bb4579936 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 28 Oct 2020 12:47:18 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/contributions/ServerSetup.md b/contributions/ServerSetup.md index 70b4df933b..022b514076 100644 --- a/contributions/ServerSetup.md +++ b/contributions/ServerSetup.md @@ -37,6 +37,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. For more info, please see: https://docs.docker.com/engine/install/linux-postinstall/#:~:text=The%20Docker%20daemon%20always%20runs,members%20of%20the%20docker%20group This command will create a `dist` folder which contains the final packaged jar along with multiple jars for the binaries for plugins as well.