File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- java -cp gitblit.jar:ext/* com.gitblit.authority.GitblitAuthority --baseFolder data
2+ java -cp " gitblit.jar:ext/*" com.gitblit.authority.GitblitAuthority --baseFolder data
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ if [ -z $1 ] || [ -z $2 ]; then
1717 exit 1;
1818fi
1919
20- java -cp gitblit.jar:./ ext/* com.gitblit.MigrateTickets $1 --baseFolder $2
20+ java -cp " gitblit.jar:ext/*" com.gitblit.MigrateTickets $1 --baseFolder $2
2121
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ if [ -z $1 ] ; then
2020 exit 1;
2121fi
2222
23- java -cp gitblit.jar:./ ext/* com.gitblit.ReindexTickets --baseFolder $1
23+ java -cp " gitblit.jar:ext/*" com.gitblit.ReindexTickets --baseFolder $1
2424
Original file line number Diff line number Diff line change @@ -335,6 +335,6 @@ Instead of using `federation.properties` you may directly specify a Gitblit inst
335335 java -cp fedclient.jar;"%CD%/ext/*" com.gitblit.FederationClient --url https://go.gitblit.com --mirror --bare --token 123456789
336336 --repositoriesFolder c:/mymirror
337337
338- java -cp fedclient.jar:ext/* com.gitblit.FederationClient --url https://go.gitblit.com --mirror --bare --token 123456789
338+ java -cp " fedclient.jar:ext/*" com.gitblit.FederationClient --url https://go.gitblit.com --mirror --bare --token 123456789
339339 --repositoriesFolder /srv/mymirror --daemon --frequency "24 hours"
340340
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Open `data/gitblit.properties` in your favorite text editor and make sure to rev
1717 **NOTE:** You can only have **one** SSL certificate specified for a port.
1818 4. exit the authority app
19194 . Windows: Execute ` gitblit.cmd ` or ` java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.GitBlitServer --baseFolder data ` from a command-line
20- Linux/OSX: Execute ` gitblit.sh ` or ` java -cp gitblit.jar; ext/* com.gitblit.GitBlitServer --baseFolder data ` from a command-line
20+ Linux/OSX: Execute ` gitblit.sh ` or ` java -cp " gitblit.jar: ext/*"" com.gitblit.GitBlitServer --baseFolder data ` from a command-line
21215 . Open your browser to < http://localhost:8080 > or < https://localhost:8443 > depending on your chosen configuration.
22226 . Enter the default administrator credentials: ** admin / admin** and click the * Login* button
2323 ** NOTE:** Make sure to change the administrator username and/or password!!
You can’t perform that action at this time.
0 commit comments