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:
parent
2123110d7f
commit
45baf8cd2f
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user