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
This commit is contained in:
Sumit Kumar 2020-10-28 12:47:18 +05:30
parent 75c84cbba7
commit c993cfebe7

View File

@ -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.