mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 03:26:06 +01:00
This commit is adding init.d script and sysconfig file which allows to run GitBucket in the standalone mode. It also adds the spec file which allows to build RPM package.
15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
# Server port
|
|
#GITBUCKET_PORT=8080
|
|
|
|
# Data directory (GITBUCKET_HOME/gitbucket)
|
|
#GITBUCKET_HOME=/var/lib/gitbucket
|
|
|
|
# Path to the WAR file
|
|
#GITBUCKET_WAR_FILE=/usr/share/gitbucket/lib/gitbucket.war
|
|
|
|
# URL prefix for the GitBucket page (http://<host>:<port>/<prefix>/)
|
|
#GITBUCKET_PREFIX=
|
|
|
|
# Other Java option
|
|
#GITBUCKET_JVM_OPTS=
|