blob: 7086afcbf6f96610e3e16a6810ca19834f36d8ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[
{ type: install
message: <<EOM
By default, Gitblit stores all data (users, settings,
repositories, etc) in ${contextFolder}/WEB-INF/data.
Specifying an alternate "baseFolder" allows for simple
upgrades in the future.
You can specify "baseFolder":
- via GITBLIT_HOME, or
- via web.xml, or
- via JNDI.
For value of "baseFolder" use value "/usr/local/gitblit".
You can login with the default administrator credentials:
admin / admin
!!!MAKE SURE TO CHANGE THE ADMINISTRATOR USERNAME AND/OR PASSWORD!!!
More informations:
http://gitblit.com/setup_war.html
EOM
}
]
|