root@bamboo:~#wgethttps://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-8.0.1.tar.gz
root@bamboo:~#tar-xvfatlassian-bamboo-8.0.1.tar.gz
root@bamboo:~#cdatlassian-bamboo-8.0.1/
root@bamboo:~/atlassian-bamboo-8.0.1#mkdir/var/bamboo/
root@bamboo:~/atlassian-bamboo-8.0.1#mkdir/var/bamboo/bamboo-home
root@bamboo:~/atlassian-bamboo-8.0.1#nanoatlassian-bamboo/WEB-INF/classes/bamboo-init.propertiesroot@bamboo:~/atlassian-bamboo-8.0.1#sudoaptinstalldefault-jre
root@bamboo:~/atlassian-bamboo-8.0.1#java-version
root@bamboo:~/atlassian-bamboo-8.0.1#./bin/start-bamboo.sh
root@bamboo:~/atlassian-bamboo-8.0.1#sudoaptinstallpostgresqlpostgresql-contrib
root@bamboo:~/atlassian-bamboo-8.0.1#sudo-i-upostgres
postgres@bamboo:~$psql
postgres=# create user caleb with encrypted password 'mypassword';postgres=# create database bamboo;postgres=# grant all privileges on database bamboo to caleb;