1. 程式人生 > >專案管理軟體 JIRA 7.8.1 版本破解安裝

專案管理軟體 JIRA 7.8.1 版本破解安裝

軟體包地址:

 

軟體連線:

連結:https://pan.baidu.com/s/1I674P23os5FdNOtdKP33Hg

提取碼:gch7

 

清單:
atlassian-extras-3.2.jar

atlassian-jira-software-7.8.1-x64.bin

mysql-connector-java-5.1.42.jar

 

 

 

安裝

開始安裝

 

chmod 755 /opt/softwares/jira/atlassian-jira-software-7.8.1-x64.bin

 

cd  /opt/softwares/jira/

./atlassian-jira-software-7.8.1-x64.bin

 

 

 

[[email protected] jira]# ./atlassian-jira-software-7.8.1-x64.bin

Unpacking JRE ...

Starting Installer ...

Nov 27, 2018 2:59:39 PM java.util.prefs.FileSystemPreferences$1 run

INFO: Created user preferences directory.

Nov 27, 2018 2:59:39 PM java.util.prefs.FileSystemPreferences$2 run

INFO: Created system preferences directory in java.home.

 

This will install JIRA Software 7.8.1 on your computer.

OK [o, Enter], Cancel [c]

o

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]

2  

 

Where should JIRA Software be installed?

[/opt/atlassian/jira]

/opt/modules/jira

Default location for JIRA Software data

[/var/atlassian/application-data/jira]

/opt/modules/application-data/jira

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]

 

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]

y

Details on where JIRA Software will be installed and the settings that will be used.

Installation Directory: /opt/modules/jira

Home Directory: /opt/modules/application-data/jira

HTTP Port: 8080

RMI Port: 8005

Install as service: Yes

Install [i, Enter], Exit [e]

i

 

Extracting files ...

                                                                           

 

Please wait a few moments while JIRA Software is configured.

Installation of JIRA Software 7.8.1 is complete

Start JIRA Software 7.8.1 now?

Yes [y, Enter], No [n]

 

Please wait a few moments while JIRA Software starts up.

Launching JIRA Software ...

Installation of JIRA Software 7.8.1 is complete

Your installation of JIRA Software 7.8.1 is now ready and can be accessed

via your browser.

JIRA Software 7.8.1 can be accessed at http://localhost:8080

Finishing installation ...

 

 

 

 

 

載入mysql驅動

cp /opt/softwares/jira/mysql-connector-java-5.1.42.jar /opt/modules/jira/atlassian-jira/WEB-INF/lib

 

建立mysql 資料庫(資料庫編碼要注意不然報錯啊

 

create database jira character set utf8 collate utf8_bin;

CREATE USER 'jira'@'%' IDENTIFIED BY 'jira';

GRANT ALL PRIVILEGES ON *.* TO 'jira'@'%';

FLUSH PRIVILEGES;

 

修改埠:

vi  /opt/modules/jira/conf/server.xml

 

修改埠 預設8080

 

 

 

 

 

 

 

啟動

cd /opt/modules/jira/bin

./start-jira.sh

 

 

 

 

 

 

停止

cd /opt/modules/jira/bin

./stop-jira.sh

 

或者直接殺程序

 

 

破解

 

 

 

 

 

覆蓋:atlassian-extras-3.2.jar

 

 

cp /opt/softwares/jira/atlassian-extras-3.2.jar /opt/modules/jira/atlassian-jira/WEB-INF/lib

 

 

 

 

 

 

啟動:

cd /opt/modules/jira/bin

./start-jira.sh

 

訪問地址:

http://master01:8081

(預設埠8080)

 

 

 

 

配置:

 

設定語言:

 

 

 

 

 

 

 

配置資料庫:

 

Ok 點選下一步 (需要等一會,時間有點長………)

 

資料庫的配置檔案地址(這個不需要動啊,只是告訴你配置檔案在哪個位置。)

 

 

 

/opt/modules/application-data/jira/dbconfig.xml

 

 

注意:上圖中的Mode中,我們在此使用的是Private(私有)模式,在這個模式下,使用者的建立需要由管理員建立。而在Public(共用)模式下,使用者是可以自己進行註冊。

下面這個頁面是需要我們輸入jiralicense,如下:

 

 

注意:上圖中的Server IDBAN8-B6GI-YUZE-FIVG

因為我們沒有正式的license,所以需要我們在jira官網註冊一個賬號,然後利用這個賬號申請一個可以試用30天的license,點選生成jira許可證。如下:

 

 

 

注意:這個圖中的Server ID就是我們上面剛剛截圖的Server ID

 

 

 

 

 

 

 

點選下一步(要等好久……..)

 

 

 

 

 

 

 

登入賬號:

admin/admin

 

 

 

 

 

 

 

 

 

 

 

 

 

 

檢視破解(重啟服務生效):

 

 

修改記憶體:

vi /opt/modules/jira/bin/setenv.sh

/opt/modules/jira/bin

[[email protected] bin]# vi setenv.sh