In This Video You will be learning
#bamboo #CICD #aws
How to Install, configure and activate Bamboo server
Overview of Bamboo
Launch Ec2 Instance - Ubuntu
Install prerequisites
Install Java and set Environmental variable
apt-get install -y software-properties-common
apt-get install -y openjdk-8-jdk
apt-get install -y wget
apt-get install -y git
Which java
/usr/bin/java
readlink -f /usr/bin/java
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
export JAVA_HOME
echo $PATH
PATH=$PATH:$JAVA_HOME
Create 2 Directories
mkdir bamboo-install
mkdir bamboo-home
Download the Bamboo package
https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.0.4.tar.gz
Install the package
https://confluence.atlassian.com/bamboo/installing-bamboo-on-windows-289276813.html
Set bamboo home directory
/atlassian-bamboo/WEB-INF/classes/bamboo-init.properties
bamboo.home=/opt/bamboo-home
Activate license
https://my.atlassian.com/license/evaluation?_ga=2.33993189.591460940.1529673412-1332576115.1523517645