Upsource 2.5 Help

Starting and stopping Upsource

Note: All commands listed below are Windows commands. If you're working on a Linux or Mac OS X server, simply replace .bat with .sh. For Mac OS X or Linux, please make sure to start Upsource as a non-root user.

Running Upsource as a background process

To start Upsource, run the following command:

<upsource_home>\bin\upsource.bat start

Running Upsource as a Windows Service

To start Upsource, run the following command:

<upsource_home>\bin\upsource.bat service install /runAsSystem

To start Upsource with another user account, run the following command:

<xml> <upsource_home>\bin\upsource.bat service install /user=<user> [/domain=<domain>] /password=<password> </xml>

Stopping

To stop Upsource, run the following command:

<upsource_home>\bin\upsource.bat stop

Restarting

To restart Upsource, run the following command:

<upsource_home>\bin\upsource.bat restart

Displaying other commands

To explore other commands that Upsource provides, such as those for running in the current console, configuring, and displaying status, run

<upsource_home>\bin\upsource.bat ?
Last modified: 14 September 2016