[Bamboo Cloud docs]
[Bamboo Knowledge Base]
This page contains instructions to help you install Bamboo on Mac.
Note that Bamboo ships with a built-in HSQL database, which is fine for evaluation purposes but is somewhat susceptible to data loss during system crashes. For production environments we recommend that you configure Bamboo to use an external database.
Better check the Supported platforms page first; it lists the application servers, databases, operating systems, web browsers and JDKs that we have tested Bamboo with and recommend.
Note that Atlassian currently only supports Bamboo on x86 and 64-bit x86 derived hardware platforms.
On this page:
Related pages:
Using Mac OS X 10.9 Mavericks?
You will need to skip the steps below and install Java 8 manually from Apple Support.
To check if you have Java installed, and the version, run this command in a terminal:
java -version
The version of Java should be 1.8.x.
If Java is not on your system, Mac OS X will prompt you to install it. You can test that it installed correctly by running the command above a second time.
Check your system permissions. You will need to have permissions for both the Bamboo installation and home directories.
<Bamboo installation directory>
in these instructions.Create your Bamboo home directory (without spaces in the name), and then edit the <Bamboo installation directory
>/atlassian-bamboo/WEB-INF/classes/bamboo-init.properties
file – uncomment the bamboo.home line and add the absolute path to your home directory.
If you're upgrading your Bamboo instance rather than installing it for the first time, the value of bamboo.home
should be the same one as configured on the previous release on the same file.
Here's an example of what that could look like when you're done:
Important
You should not locate your Bamboo home directory inside the
— they should be entirely separate locations. If you do put the home directory in the <Bamboo installation directory>
<Bamboo installation directory>
it will be overwritten, and lost, when Bamboo gets upgraded.
You must use forward-slashes in your directory path. Backslashes are not recognised by Bamboo.
In Terminal, change directory to <Bamboo installation directory>
and run this command:
bin/start-bamboo.sh
Access your running Bamboo instance by going to your web browser and entering the address: http://localhost:8085/
.
Configure Bamboo using the Setup Wizard that is displayed. Read Running the Setup Wizard for further instructions.
If you want to run Bamboo as a service, then please consult Running Bamboo as a service.
If something is not working correctly after you have completed the steps above to install Bamboo, please check for known Bamboo issues and try troubleshooting your upgrade as described below:Known issues and troubleshooting