cd ~
mkdir BAMBOO
cd BAMBOO
wget http://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-4.4.5.tar.gz
2. Extract package:
tar -zxvf atlassian-bamboo-4.4.5.tar.gz
3. Set up 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 installation directory>/webapp/WEB-INF/classes
gedit bamboo-init.properties
bamboo.home=/data4tri/BAMBOO
5. open web browser and entering the address:
Launch via
You can start Bamboo with the default
tar -zxvf atlassian-bamboo-4.4.5.tar.gz
3. Set up 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 installation directory>/webapp/WEB-INF/classes
gedit bamboo-init.properties
bamboo.home=/data4tri/BAMBOO
4. Launch Bamboo
cd atlassian-bamboo-4.4.5/wrapper
./start-bamboo start
5. open web browser and entering the address: http://localhost:8085/
.
Launch Bamboo on Linux
There are two ways you can launch Bamboo on Linux — using either a startup script or a Java Service Wrapper:
Launch via bamboo.sh
startup script
You 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
):start
— this starts Bamboo.stop
— this stops Bamboo.restart
— this restarts Bamboostatus
— this provides the current status of Bamboo.
Launch via Java Service Wrapper
You can also start Bamboo using a Java Service Wrapper, which provides services such as automatic restarting. To do this, you will need to use thestart-bamboo
command available in the /wrapper
folder of the Bamboo installation. You need to run the command with one of the following options (e.g. ./start-bamboo start
):console
— this starts Bamboo in a console. The logs will scroll to standard out.start
— this starts Bamboo.stop
— this stops Bamboo.restart
— this restarts Bamboostatus
— this provides the current status of Bamboo.dump
— stops Bamboo abruptly by killing the process
Không có nhận xét nào:
Đăng nhận xét