(refs #204)Add some way to configure data directory.
1) system property of JVM (e.g. -Dgitbucket.home=PATH_TO_DATADIR)
2) java -jar gitbucket.war --data=PATH_TO_DATADIR
3) Add context parameter "gitbucket.home" to web.xml
1 parent bbff75e commit b3669f6d665c9007ac237673844da14a980122e8
@takezoe takezoe authored on 29 Nov 2013
Showing 4 changed files
View
src/main/java/JettyLauncher.java
View
src/main/scala/servlet/AutoUpdateListener.scala
View
src/main/scala/util/Directory.scala
View
src/main/webapp/WEB-INF/web.xml