mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-10 17:42:11 +01:00
21 lines
720 B
Markdown
21 lines
720 B
Markdown
Unix Daemons and Windows Services
|
|
---------------------------------
|
|
|
|
- - Note\*\*: If you are using a 64Bit operating system you should
|
|
use a 64Bit JavaVirtualMachine as well (\#74 or
|
|
[rOL1nJ9DnfI](https://groups.google.com/forum/?fromgroups#!topic/scmmanager/rOL1nJ9DnfI "wikilink")).
|
|
|
|
### Unix Daemons
|
|
|
|
You could run scm-server in background as unix daemon with one simple
|
|
command:
|
|
|
|
If you would like to stop the running daemon instance just call:
|
|
|
|
### Windows Services
|
|
|
|
Register scm-server as Windows service open a console (cmd) as
|
|
Administrator and execute the following command: The service is no
|
|
available in the service control center. You could uninstall the service
|
|
with the command below:
|