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