Bamboo : Bamboo Standalone Installation Guide (Linux)
This page last changed on May 06, 2007 by rosie@atlassian.com.
To install Bamboo Standalone on Linux,
Step 1. Downloading & Installing Bamboo StandaloneBamboo Standalone is available for download here. Linux Archive (.tar.gz)To install Bamboo using the Linux archive version (atlassian-bamboo-x.x-standalone.tar.gz), you need to extract the files to a Bamboo installation directory of your choice. By default, the root directory of the tar file is "Bamboo". You will also need to setup your Bamboo home directory — this is the directory where Bamboo will store its configuration data. To do this, open the file named bamboo-init.properties in the <Bamboo instllation directory>/webapp/WEB-INF/classes directory. In this file, insert the property "bamboo.home", with an absolute path to your Bamboo home directory. Your file should look something like this: bamboo.home=/test/bamboo-home
Step 2. Launching Bamboo Standalone on LinuxThere are two ways you can launch Bamboo on Linux: 1. Launch via bamboo.sh startup scriptYou 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):
2. Launch via Java Service WrapperAlternatively, 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 start-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. ./start-bamboo start):
Step 3. Configuring Bamboo |
![]() |
Document generated by Confluence on May 08, 2007 23:47 |