Gravity
Search…
Gravity
About
Getting started
Installation
License activation
Setup
Update
Configure
Cache
Database
Network
Webhooks
Artifactory
Gitlab
Jenkins
Jira
Slack
Sonarqube
Purplen Portal
Powered By
GitBook
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]
Prerequities
To install and run
Gravity
, you must have
Docker
installed on your machine.
Start
To download and run
Gravity
, execute the following command :
1
docker run -d -p 80:80 --name gravity purplen/gravity
Copied!
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
Persistent data
To not lose you data when deleting the Gravity container, you can define a Docker volume like this :
1
docker run -d -p 80:80 -v <DATA_PATH>:/var/lib/postgresql/data --name gravity purplen/gravity
Copied!
Do not forget to replace <DATA_PATH> by the url of the forder in which you want to save your data.
Previous
About
Next - Getting started
License activation
Last modified
1yr ago
Copy link
Contents
Prerequities
Start
Persistent data