|
There are two ways you can launch Bamboo on Mac OS X:
Launch via bamboo.sh startup script
You can start Bamboo with the default bamboo.sh file in your installation root directory. The bamboo.sh command accepts the following options (e.g. ./bamboo.sh start):
console — this starts Bamboo in a console. The logs will scroll to standard out.
start — this starts Bamboo.
stop — this stops Bamboo.
status — this provides the current status of Bamboo.
Launch via Java Service Wrapper
Alternatively, you can start Bamboo via a Java Service Wrapper, which provides services such as automatic restarting. To do this, you will need to use the run-bamboo command available in the /wrapper folder of the Bamboo installation. You will need to fire the command with one of the following options (e.g. ./run-bamboo start):
console — this starts Bamboo in a console. The logs will scroll to standard out.
start — this starts Bamboo.
stop — this stops Bamboo.
status — this provides the current status of Bamboo.
|