Jira8.x版本安裝與破解

Jira8.x版本安裝與破解

目錄

[TOC]

1最仑、軟件下載

[root@ecs-9b93-0009 mnt]# wget -f https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-8.5.1-x64.bin

2、軟件安裝

[root@ecs-9b93-0009 ~]# ./atlassian-jira-software-8.5.1-x64.bin 
Unpacking JRE ...
Starting Installer ...

This will install JIRA Software 8.5.1 on your computer.
OK [o, Enter], Cancel [c]

Click Next to continue, or Cancel to exit Setup.

Choose the appropriate installation or upgrade option.
Please choose one of the following:
Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2, Enter], Upgrade an existing JIRA installation [3]


Select the folder where you would like JIRA Software to be installed.
Where should JIRA Software be installed?
[/opt/atlassian/jira]
/data/home/jira/soft

Default location for JIRA Software data
[/var/atlassian/application-data/jira]
/data/home/jira/data  

Configure which ports JIRA Software will use.
JIRA requires two TCP ports that are not being used by any other
applications on this machine. The HTTP port is where you will access JIRA
through your browser. The Control port is used to startup and shutdown JIRA.
Use default ports (HTTP: 8080, Control: 8005) - Recommended [1, Enter], Set custom value for HTTP and Control ports [2]


JIRA can be run in the background.
You may choose to run JIRA as a service, which means it will start
automatically whenever the computer restarts.
Install JIRA as Service?
Yes [y, Enter], No [n]


Details on where JIRA Software will be installed and the settings that will be used.
Installation Directory: /data/home/jira/soft 
Home Directory: /data/home/jira/data 
HTTP Port: 8080 
RMI Port: 8005 
Install as service: Yes 
Install [i, Enter], Exit [e]


Extracting files ...
                                                                           

Please wait a few moments while JIRA Software is configured.

Installation of JIRA Software 8.5.1 is complete
Start JIRA Software 8.5.1 now?
Yes [y, Enter], No [n]


Please wait a few moments while JIRA Software starts up.
Launching JIRA Software ...

Installation of JIRA Software 8.5.1 is complete
Your installation of JIRA Software 8.5.1 is now ready and can be accessed
via your browser.
JIRA Software 8.5.1 can be accessed at http://localhost:8080
Finishing installation ...

3、破解JIRA

3.1绅喉、下載破解文件

::: alert-info
打開 https://gitee.com/pengzhile/atlassian-agent/releases 下載 atlassian-agent.jar
將其下載到服務(wù)器某個目錄下
:::

3.2、停止服務(wù)

[root@ecs-9b93-0009 mnt]# cd /data/home/jira/soft/bin/
[root@ecs-9b93-0009 bin]# ./shutdown.sh 

                  `sMMMMMMMMMMMMMM+
                     MMMMMMMMMMMMMM
                     :sdMMMMMMMMMMM
                             MMMMMM
          `sMMMMMMMMMMMMMM+  MMMMMM
             MMMMMMMMMMMMMM  +MMMMM
              :sMMMMMMMMMMM   MMMMM
                     MMMMMM    `UOJ
   `sMMMMMMMMMMMMM+  MMMMMM
     MMMMMMMMMMMMMM  +MMMMM
      :sdMMMMMMMMMM   MMMMM
             MMMMMM    `UOJ
             MMMMMM
             +MMMMM
              MMMMM
               `UOJ

      Atlassian Jira
      Version : 8.5.1
                  

If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at https://docs.atlassian.com/jira/jadm-docs-085/Troubleshooting+installation


Server startup logs are located in /data/home/jira/soft/logs/catalina.out
Using CATALINA_BASE:   /data/home/jira/soft
Using CATALINA_HOME:   /data/home/jira/soft
Using CATALINA_TMPDIR: /data/home/jira/soft/temp
Using JRE_HOME:        /data/home/jira/soft/jre/
Using CLASSPATH:       /data/home/jira/soft/bin/bootstrap.jar:/data/home/jira/soft/bin/tomcat-juli.jar
Using CATALINA_PID:    /data/home/jira/soft/work/catalina.pid
Tomcat stopped.

3.3叫乌、添加mysql驅(qū)動

# 下載mysql驅(qū)動包 mysql-connector-java-5.1.48-bin.jar 
[root@ecs-9b93-0009 mysql-connector-java-5.1.48]# cp mysql-connector-java-5.1.48-bin.jar /data/home/jira/soft/atlassian-jira/WEB-INF/lib/

3.4柴罐、修改jira配置文件

[root@ecs-9b93-0009 mnt]# cd /data/home/jira/soft/bin/
[root@ecs-9b93-0009 bin]# vi setenv.sh

## 添加 export JAVA_OPTS="-javaagent:/data/home/jira/atlassian-agent.jar ${JAVA_OPTS}"

3.5、啟動服務(wù)

[root@ecs-9b93-0009 mnt]# cd /data/home/jira/soft/bin/
[root@ecs-9b93-0009 bin]# ./start-jira.sh

To run JIRA in the foreground, start the server with start-jira.sh -fg
executing using dedicated user: jira

                  `sMMMMMMMMMMMMMM+
                     MMMMMMMMMMMMMM
                     :sdMMMMMMMMMMM
                             MMMMMM
          `sMMMMMMMMMMMMMM+  MMMMMM
             MMMMMMMMMMMMMM  +MMMMM
              :sMMMMMMMMMMM   MMMMM
                     MMMMMM    `UOJ
   `sMMMMMMMMMMMMM+  MMMMMM
     MMMMMMMMMMMMMM  +MMMMM
      :sdMMMMMMMMMM   MMMMM
             MMMMMM    `UOJ
             MMMMMM
             +MMMMM
              MMMMM
               `UOJ

      Atlassian Jira
      Version : 8.5.1
                  

If you encounter issues starting or stopping JIRA, please see the Troubleshooting guide at https://docs.atlassian.com/jira/jadm-docs-085/Troubleshooting+installation


Server startup logs are located in /data/home/jira/soft/logs/catalina.out
Using CATALINA_BASE:   /data/home/jira/soft
Using CATALINA_HOME:   /data/home/jira/soft
Using CATALINA_TMPDIR: /data/home/jira/soft/temp
Using JRE_HOME:        /data/home/jira/soft/jre/
Using CLASSPATH:       /data/home/jira/soft/bin/bootstrap.jar:/data/home/jira/soft/bin/tomcat-juli.jar
Using CATALINA_PID:    /data/home/jira/soft/work/catalina.pid
Tomcat started.

4憨奸、配置

4.1革屠、基礎(chǔ)配置

image.png

image.png

image.png

image.png

4.2、授權(quán)配置

java -jar atlassian-agent.jar -p jira -m aaa@bbb.com -n my_name -o https://zhile.io -s ABCD-1234-EFGH-5678   # 生成的許可證,直接復(fù)制于jira頁面提交即可

-p jira(安裝的是jira產(chǎn)品)屠阻,具體的可以根據(jù)-p進(jìn)行參考
-m aaa@bbb.com(隨意寫)
-n my_name(隨意寫)
-o https://zhile.io (隨意寫)
-s B3N1-KDPW-IYEI-14CE (即jira顯示的服務(wù)器ID)
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末红省,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子国觉,更是在濱河造成了極大的恐慌吧恃,老刑警劉巖,帶你破解...
    沈念sama閱讀 217,509評論 6 504
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件麻诀,死亡現(xiàn)場離奇詭異痕寓,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)蝇闭,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 92,806評論 3 394
  • 文/潘曉璐 我一進(jìn)店門呻率,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人呻引,你說我怎么就攤上這事礼仗。” “怎么了逻悠?”我有些...
    開封第一講書人閱讀 163,875評論 0 354
  • 文/不壞的土叔 我叫張陵元践,是天一觀的道長。 經(jīng)常有香客問我童谒,道長单旁,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 58,441評論 1 293
  • 正文 為了忘掉前任饥伊,我火速辦了婚禮象浑,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘琅豆。我一直安慰自己愉豺,他們只是感情好,可當(dāng)我...
    茶點故事閱讀 67,488評論 6 392
  • 文/花漫 我一把揭開白布趋距。 她就那樣靜靜地躺著粒氧,像睡著了一般。 火紅的嫁衣襯著肌膚如雪节腐。 梳的紋絲不亂的頭發(fā)上外盯,一...
    開封第一講書人閱讀 51,365評論 1 302
  • 那天,我揣著相機(jī)與錄音翼雀,去河邊找鬼饱苟。 笑死,一個胖子當(dāng)著我的面吹牛狼渊,可吹牛的內(nèi)容都是我干的箱熬。 我是一名探鬼主播类垦,決...
    沈念sama閱讀 40,190評論 3 418
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼城须!你這毒婦竟也來了蚤认?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 39,062評論 0 276
  • 序言:老撾萬榮一對情侶失蹤糕伐,失蹤者是張志新(化名)和其女友劉穎砰琢,沒想到半個月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體良瞧,經(jīng)...
    沈念sama閱讀 45,500評論 1 314
  • 正文 獨居荒郊野嶺守林人離奇死亡陪汽,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 37,706評論 3 335
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了褥蚯。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片挚冤。...
    茶點故事閱讀 39,834評論 1 347
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖赞庶,靈堂內(nèi)的尸體忽然破棺而出训挡,到底是詐尸還是另有隱情,我是刑警寧澤歧强,帶...
    沈念sama閱讀 35,559評論 5 345
  • 正文 年R本政府宣布舍哄,位于F島的核電站,受9級特大地震影響誊锭,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜弥锄,卻給世界環(huán)境...
    茶點故事閱讀 41,167評論 3 328
  • 文/蒙蒙 一丧靡、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧籽暇,春花似錦温治、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,779評論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至绸狐,卻和暖如春卤恳,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背寒矿。 一陣腳步聲響...
    開封第一講書人閱讀 32,912評論 1 269
  • 我被黑心中介騙來泰國打工突琳, 沒想到剛下飛機(jī)就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人符相。 一個月前我還...
    沈念sama閱讀 47,958評論 2 370
  • 正文 我出身青樓拆融,卻偏偏與公主長得像,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子镜豹,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 44,779評論 2 354

推薦閱讀更多精彩內(nèi)容