chore: Add git file system env to server setup guidelines (#17858)

## Description

> Local server set up requires configuring the env variable APPSMITH_GIT_ROOT to be configured. This is PR adds the same info to the docs for the server set-up guidelines.
This commit is contained in:
Anagh Hegde 2022-10-25 11:17:18 +05:30 committed by GitHub
parent 2123110d7f
commit 45baf8cd2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,14 @@ With the initial configuration met, let's build the code.
Note that you have to execute further steps into WSL terminal not in CMD. Note that you have to execute further steps into WSL terminal not in CMD.
### Setting up local file path for the git
To point to a custom Git Root where the git repositories will be persisted, update the env variable called APPSMITH_GIT_ROOT to point to your custom file path.
```console
APPSMITH_GIT_ROOT=./path/to/repo/directory
```
## Building and running the code ## Building and running the code
1. Clone Appsmith repository. 1. Clone Appsmith repository.