- Download the bamboo-1.0.war file from the download site.
- Install PostgreSQL setup a database, username, and
password
PostgreSQL:
# createuser -P bamboouser
... give no permissions unless needed (not needed by default) ...
# createdb bamboo
- At this point there are two steps one can take:
- Install the WAR in an existing Tomcat server
- or download and extract a new install of Tomcat
- If you're using Java 5, then you must delete all files from the
endorsed directory, this is because of an interaction between
the bundled Xerces and Bamboo
# rm -f <tomcat_install>/common/endorsed/*
- Start the server by executing:
# <tomcat_install>/bin/startup.sh
- Open a web browser and goto http://localhost:8080/, unless
Bamboo has been installed on a different server. In which case, you
should go to that servers FQDN (fully qualified domain name)
- Upon loading this page you will be presented with the interactive
setup guide. Please follow the instructions, at the end of which Bamboo
will be fully installed.
- Congratulations! Now the only thing left to do is communicate with
your users.