davideuler / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
0 stars 0 forks source link

GITBLIT_HOME working? #576

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I used gitblit 1.6.2 with Windows 8.1.
Everything is working fine, if I use the standard installation described in the 
docu.

If I want to split the program (based at C drive) and want to have the data 
(repositories) on another drive (e.g. D) I have done the following:

1.) Set Environment variable GITBLIT_HOME to drive d in Windows managment
2.) Open "cmd"
3.) set GITBLIT_HOME --> d:\home\GIT-REPOS\data
4.) dir %GITBLIT_HOME%  --> Shows empty Directory
5.) Unzip gitblit on C drive
6.) edit data/gitblit.properties
7.) use authority.cmd to create certs
8.) Start gitblit.cmd
9.) Started browser to Webserver --> DEAD, nothing shown

If I do the same without the Environment variable and spliting program and 
data, everything is working.

Uwe / Germany

Original issue reported on code.google.com by ula.uv...@gmail.com on 25 Mar 2015 at 7:51