File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /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
17
17
exit 1;
18
18
fi
19
19
20
- java -cp gitblit.jar:./ ext/* com.gitblit.MigrateTickets $1 --baseFolder $2
20
+ java -cp " gitblit.jar:ext/*" com.gitblit.MigrateTickets $1 --baseFolder $2
21
21
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ if [ -z $1 ] ; then
20
20
exit 1;
21
21
fi
22
22
23
- java -cp gitblit.jar:./ ext/* com.gitblit.ReindexTickets --baseFolder $1
23
+ java -cp " gitblit.jar:ext/*" com.gitblit.ReindexTickets --baseFolder $1
24
24
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
335
335
java -cp fedclient.jar;"%CD%/ext/*" com.gitblit.FederationClient --url https://go.gitblit.com --mirror --bare --token 123456789
336
336
--repositoriesFolder c:/mymirror
337
337
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
339
339
--repositoriesFolder /srv/mymirror --daemon --frequency "24 hours"
340
340
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
17
17
**NOTE:** You can only have **one** SSL certificate specified for a port.
18
18
4. exit the authority app
19
19
4 . 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
21
21
5 . Open your browser to < http://localhost:8080 > or < https://localhost:8443 > depending on your chosen configuration.
22
22
6 . Enter the default administrator credentials: ** admin / admin** and click the * Login* button
23
23
** NOTE:** Make sure to change the administrator username and/or password!!
You can’t perform that action at this time.
0 commit comments