summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-04 09:10:51 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-04 09:10:51 -0400
commit5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2 (patch)
tree3f1b1b3f953aa8a5ed60e149043598fbdaf4d42f /service
downloadgitblit-5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2.tar.gz
gitblit-5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2.zip
Initial import of Git:Blit.
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314
Diffstat (limited to 'service')
-rw-r--r--service/JavaService.exebin0 -> 65536 bytes
-rw-r--r--service/JavaService64.exebin0 -> 139264 bytes
-rw-r--r--service/UninstallService.bat1
-rw-r--r--service/UninstallService64.bat1
-rw-r--r--service/installService.bat2
-rw-r--r--service/installService64.bat2
6 files changed, 6 insertions, 0 deletions
diff --git a/service/JavaService.exe b/service/JavaService.exe
new file mode 100644
index 00000000..87559550
--- /dev/null
+++ b/service/JavaService.exe
Binary files differ
diff --git a/service/JavaService64.exe b/service/JavaService64.exe
new file mode 100644
index 00000000..fb327085
--- /dev/null
+++ b/service/JavaService64.exe
Binary files differ
diff --git a/service/UninstallService.bat b/service/UninstallService.bat
new file mode 100644
index 00000000..a483c55d
--- /dev/null
+++ b/service/UninstallService.bat
@@ -0,0 +1 @@
+javaservice -uninstall gitblit \ No newline at end of file
diff --git a/service/UninstallService64.bat b/service/UninstallService64.bat
new file mode 100644
index 00000000..91f0c840
--- /dev/null
+++ b/service/UninstallService64.bat
@@ -0,0 +1 @@
+javaservice64 -uninstall gitblit \ No newline at end of file
diff --git a/service/installService.bat b/service/installService.bat
new file mode 100644
index 00000000..5b0df2c6
--- /dev/null
+++ b/service/installService.bat
@@ -0,0 +1,2 @@
+set JDK=C:\Program Files\Java\jdk1.6.0_21
+JavaService.exe -install gitblit "%JDK%\jre\bin\server\jvm.dll" -Xmx1024M -Djava.class.path=%CD%\gitblit.jar;"%JDK%\lib\tools.jar" -start com.gitblit.Launcher -params --storePassword dosomegit -stop com.gitblit.Launcher -params --stop -out %CD%\logs\stdout.log -err %CD%\logs\stderr.log -current %CD% \ No newline at end of file
diff --git a/service/installService64.bat b/service/installService64.bat
new file mode 100644
index 00000000..08761f86
--- /dev/null
+++ b/service/installService64.bat
@@ -0,0 +1,2 @@
+set JDK=C:\Program Files\Java\jdk1.6.0_21
+JavaService64.exe -install gitblit "%JDK%\jre\bin\server\jvm.dll" -Djava.class.path=%CD%\gitblit.jar;"%JDK%\lib\tools.jar" -start com.gitblit.Launcher -params --storePassword dosomegit -stop com.gitblit.Launcher -params --stop -out %CD%\logs\stdout.log -err %CD%\logs\stderr.log -current %CD% \ No newline at end of file