1、下载bamboo安装包,地址:https://www.atlassian.com/software/bamboo/download?_ga=2.65378349.245489969.1512876945-1569392796.1512635383(选择tar.gz)

2、服务器上安装jdk1.8

3、在一个较大的分区下,新建一个文件夹,例如/home/CI-new,将安装包拷贝到该文件夹下,并解压。

[root@host---- ~]# cd /home/CI-new/
[root@host---- CI-new]# ls
atlassian-bamboo-6.0..tar.gz
[root@host---- CI-new]# tar -xvzf atlassian-bamboo-6.0..tar.gz
[root@host---- CI-new]# ls
atlassian-bamboo-6.0. atlassian-bamboo-6.0..tar.gz

4、/home/CI-new文件夹下新建一个bamboo_home文件夹

[root@host---- CI-new]# mkdir bamboo_home
[root@host---- CI-new]# ls
atlassian-bamboo-6.0. atlassian-bamboo-6.0..tar.gz bamboo_home
[root@host---- CI-new]# cd bamboo_home/
[root@host---- bamboo_home]# pwd
/home/CI-new/bamboo_home
[root@host---- bamboo_home]#

5、拷贝atlassian-extras-decoder-v2-3.3.0.jar(链接:https://pan.baidu.com/s/1a0NJl58cF4JKu4T01fIDXA 密码:nfdy)到/home/CI-new/atlassian-bamboo-6.0.3/atlassian-bamboo/WEB-INF/lib文件夹下,覆盖原始的jar包(破解需要)

6、编辑配置文件,配置bamboo-home(第四步中创建的文件夹路径)

[root@host---- ~]# cat /home/CI-new/atlassian-bamboo-6.0./atlassian-bamboo/WEB-INF/classes/bamboo-init.properties
## You can specify your bamboo.home property here or in your system environment variables. bamboo.home=/home/CI-new/bamboo_home

7、编辑配置文件,配置bamboo服务端口。编辑 /home/CI-new/atlassian-bamboo-6.0.3/conf/server.xml ,将其中的8085端口改为你希望的端口(例如8216),保存退出。

8、启动bamboo

[root@host---- ~]# cd /home/CI-new/atlassian-bamboo-6.0./bin/
[root@host---- bin]# ls
bamboobanner.txt catalina.sh commons-daemon.jar digest.sh setenv.sh start-bamboo.sh stop-bamboo.sh tomcat-native.tar.gz version.sh
bootstrap.jar catalina-tasks.xml commons-daemon-native.tar.gz setclasspath.sh shutdown.sh startup.sh tomcat-juli.jar tool-wrapper.sh
[root@host---- bin]# ./start-bamboo.sh To run Bamboo in the foreground, start the server with start-bamboo.sh -fg Server startup logs are located in /home/CI-new/atlassian-bamboo-6.0./bin/logs/catalina.out Bamboo Server Edition
Version : 6.0. If you encounter issues starting or stopping Bamboo Server, please see the Troubleshooting guide at https://confluence.atlassian.com/display/BAMBOO/Installing+and+upgrading+Bamboo Using CATALINA_BASE: /home/CI-new/atlassian-bamboo-6.0.
Using CATALINA_HOME: /home/CI-new/atlassian-bamboo-6.0.
Using CATALINA_TMPDIR: /home/CI-new/atlassian-bamboo-6.0./temp
Using JRE_HOME: /usr
Using CLASSPATH: /home/CI-new/atlassian-bamboo-6.0./bin/bootstrap.jar:/home/CI-new/atlassian-bamboo-6.0./bin/tomcat-juli.jar
Tomcat started.
[root@host---- bin]#

9、访问bamboo界面:hostIp:8216,在界面上会显示serverID例如:Server id  BUS3-0CBR-GDG7-DKUY

10、破解license

  1. 破解原理详见:http://www.jianshu.com/p/20dbcf85f962?utm_campaign=haruki&utm_content=note&utm_medium=reader_share&utm_source=weixin
  2. 搭建开发环境(jdk8),使AtlassianLicenseGenerator.java(链接:https://pan.baidu.com/s/1mp3luH7kdkAOY1khAZuPyQ 密码:5msg)能够运行
  3. 执行main函数,输入对应的信息,即可得到license。将license录入到系统中,即完成破解

11、license验证之后,按照要求输入管理员信息即可

Centos7上安装、破解bamboo6.0.3的更多相关文章

  1. Centos7下安装zabbix 3.0.19

    参考网站: https://www.cnblogs.com/xiewenming/p/7732144.html https://www.cnblogs.com/clsn/p/7885990.html  ...

  2. 在centos7上安装Jenkins

    在centos7上安装Jenkins 安装 添加yum repos,然后安装 sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins ...

  3. 在 CentOS7 上安装 zookeeper-3.4.9 服务

    在 CentOS7 上安装 zookeeper-3.4.9 服务 1.创建 /usr/local/services/zookeeper 文件夹: mkdir -p /usr/local/service ...

  4. 在 CentOS7 上安装 MongoDB

    在 CentOS7 上安装 MongoDB 1 通过 SecureCRT 连接至 CentOS7 服务器: 2 进入到 /usr/local/ 目录: cd /usr/local 3 在当前目录下创建 ...

  5. 在 CentOS7 上安装 MySQL5.7

    在 CentOS7 上安装 MySQL5.7 1 通过 SecureCRT 连接到阿里云 CentOS7 服务器: 2 进入到目录 /usr/local/ 中: cd /usr/local/ 3 创建 ...

  6. 在 CentOS7 上安装 Tomcat9

    在 CentOS7 上安装 Tomcat9 1 通过 SecureCRT 连接到阿里云 CentOS7 服务器: 2 进入到目录 /usr/local/ 中: cd /usr/local/ 3 创建目 ...

  7. 在CentOS7上安装JDK1.8

    在CentOS7上安装JDK1.8 1 通过 SecureCRT 连接到阿里云 CentOS7 服务器: 2 进入到目录 /usr/local/ 中: cd /usr/local/ 3 创建目录 to ...

  8. 如何在centos7上安装源码包

    在我们使用linux的过程中,有很多程序是通过红帽官网给的系统中安装的,但是一般来说,系统更新的速度比较慢,如果这个时候我们又想用最新版的该怎么办呢?总不能一直等系统升级吧╮(╯﹏╰)╭所以,我们可以 ...

  9. centos7上安装0penStack

    centos7上安装0penStack author:headsen chen 2017-10-09  20:41:54 个人原创,欢迎转载,请注明作者,出去,否则依法追究责任 一,准备工作(配置ip ...

  10. Centos7上安装docker (转)

    Centos7上安装docker Docker从1.13版本之后采用时间线的方式作为版本号,分为社区版CE和企业版EE. 社区版是免费提供给个人开发者和小型团体使用的,企业版会提供额外的收费服务,比如 ...

随机推荐

  1. JavaScript函数表达式与函数声明

    什么是函数? 函数是事件驱动或者被调用时执行的重复代码块. 作用域: 1. 全局作用域 2. 函数作用域(局部作用域) var i = 100; //全局作用域 function fun(){ var ...

  2. mobile_像素

    document.documentElement.clientWidth       不包含滚动条 window.innerWidth                                  ...

  3. [LeetCode] Generate Random Point in a Circle 生成圆中的随机点

    Given the radius and x-y positions of the center of a circle, write a function randPoint which gener ...

  4. Could not find artifact cn.e3mall:e3mall-parent:pom:0.0.1-SNAPSHOT

    [ERROR] [ERROR] Some problems were encountered while processing the POMs:[FATAL] Non-resolvable pare ...

  5. Float.intBitsToFloat

    Float.intBitsToFloat(0b) Float.intBitsToFloat(0) Float.intBitsToFloat(0x) ========================== ...

  6. 107个JS常用方法(持续更新中)

    1.输出语句:document.write(""); 2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个 ...

  7. 【C++】链表回环检测

    //链表回环检测问题 #include<iostream> #include<cstdlib> using namespace std; ; struct node { int ...

  8. 42028: Assignment 1 – Autumn 2019

    42028: Assignment 1 – Autumn 2019 Page 1 of 4Faculty of Engineering and Information TechnologySchool ...

  9. 意外的php之学习笔记

    版权声明:本文为博主原创文章,未经博主同意不得转载. https://blog.csdn.net/gc_gongchao/article/details/37312039     什么是php? ph ...

  10. python编写shell脚本

    模块 os模块和shutil模块主要用于在python中执行一些Linux相关的操作,其中 os.system(command) 可以直接运行Linux命令,如os.system('ls'). 不过, ...