Installation
Installation guide
For the moment, Gravity is only accessible for our Early Access Program members.
To join our EAP, you can contact us at : [email protected]
To download and run Gravity, execute the following command :
docker run -d -p 80:80 --name gravity purplen/gravity
Some quick configurations are possible at starup when editing the following variables :
Variable | Description | Default value |
GVT_LOG_LEVEL | The level of the logs. Possible values : "error", "warn", "log", "debug", "verbose" | log |
To not lose you data when deleting the Gravity container, you can define a Docker volume like this :
docker run -d -p 80:80 -v <DATA_PATH>:/var/lib/postgresql/data --name gravity purplen/gravity
Do not forget to replace <DATA_PATH> by the url of the forder in which you want to save your data.
Last modified 1yr ago