Thứ Sáu, 31 tháng 5, 2013

Install Bamboo in Ubuntu

1. Download Bamboo in : http://www.atlassian.com/software/bamboo/download?os=linux

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


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 Bamboo
  • status — this provides the current status of Bamboo.

Launch via Java Service Wrapper


The wrapper is platform-specific and doesn't work on SunOS.
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 the start-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 Bamboo
  • status — this provides the current status of Bamboo.
  • dump — stops Bamboo abruptly by killing the process
(info) If you have installed Bamboo on a machine with multiple interfaces, and need to bind Bamboo to a single IP address, please see Binding Bamboo to one IP address.

Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...