jira project management platform structures

 
First, prepare the environment
jira7.2 is running relies on java environment, that is to say, if you need to install and jdk 1.8 or later
[root@linux-node1 ~]# yum install -y java
[root@linux-node1 ~]# java -version
openjdk version "1.8.0_141"
OpenJDK Runtime Environment (build 1.8.0_141-b16)
OpenJDK 64-Bit Server VM (build 25.141-b16, mixed mode)
[root@linux-node1 ~]#
 
Create a database, user name and password for jira
mysql -uroot -p'123456' -e "create database jira default character set utf8 collate utf8_bin;grant all on jira.* to 'jira@’%' identified by 'jirapasswd';"
grant all on jira.* to 'jira'@localhost identified by 'jirapasswd' with grant option;
flush privileges;
Restart the database
[root@linux-node1 lib]# /etc/init.d/mysqld restart
Shutting down MySQL.... SUCCESS!
Starting MySQL......... SUCCESS!
[root@linux-node1 lib]#
 
 
 
Second, download and jira break package
 
Break package download: Download
 
Third, the installation jira
[root@linux-node1 tools]# chmod 755 atlassian-jira-software-7.2.2-x64.bin
[root@linux-node1 tools]# ./atlassian-jira-software-7.2.2-x64.bin
 
jira mounted to the / opt / atlassian / jira and / var / atlassian / the application-data / jira directory and jira listening port 8080.
jira main configuration file, the file is stored in /opt/atlassian/jira/conf/server.xml
 
Copy Now we turn off jira, then crack the package inside atlassian-extras-3.1.2.jar and mysql-connector-java-5.1.39-bin.jar two files to the / opt / atlassian / jira / atlassian-jira / under WEB-INF / lib / directory.
Wherein atlassian-extras-3.1.2.jar is used to replace the original file atlassian-extras-3.1.2.jar, as cracking jira system.
And mysql-connector-java-5.1.39-bin.jar drive package is used to connect mysql database.
Now start jira again and we now access the following address:
http://10.0.0.100 :8080
After visiting the above address, the system will automatically jump to the default configuration page jira, and here we select custom configuration, as follows:

 

Configure the relevant database information, select the test connection
 

 

Click next, the program will create the appropriate data, we need to wait for some time.

 

Fill out the information, in which private mode only allows administrators to create an account, public mode allows all users to register themselves.
 
After clicking NEXT, we need to enter the license JIRA, so we need to register an account on the official website jira, and then use this account may apply for a 30-day trial license. (About the process of registration and application for license not too much description) https://my.atlassian.com/license/evaluation
Server ID:BFHX-LJCN-N45R-JQAE

 

 
Fourth, crack jira
    In fact, copied in the previous step will break the package inside atlassian-extras-3.1.2.jar and mysql-connector-java-5.1.39-bin.jar two files to the / opt / atlassian / jira / atlassian-jira / WEB- when under INF / lib / directory has been cracked, only you need to restart once jira it.
 

 

After filling license, Miss Tian-related information
 

 

 
 
 
 
 
 
 
 
Original Address: https: //www.cnblogs.com/jie-fang/p/7601587.html
 
一、环境准备
jira7.2的运行是需要依赖java环境的,也就是说需要安装jdk并且要是1.8以上版本
[root@linux-node1 ~]# yum install -y java
[root@linux-node1 ~]# java -version
openjdk version "1.8.0_141"
OpenJDK Runtime Environment (build 1.8.0_141-b16)
OpenJDK 64-Bit Server VM (build 25.141-b16, mixed mode)
[root@linux-node1 ~]#
 
为jira创建数据库、用户名和密码
mysql -uroot -p'123456' -e "create database jira default character set utf8 collate utf8_bin;grant all on jira.* to 'jira@’%' identified by 'jirapasswd';"
grant all on jira.* to 'jira'@localhost identified by 'jirapasswd' with grant option;
flush privileges;
重启数据库
[root@linux-node1 lib]# /etc/init.d/mysqld restart
Shutting down MySQL.... SUCCESS!
Starting MySQL......... SUCCESS!
[root@linux-node1 lib]#
 
 
 
二、下载jira及其破解包
 
破解包下载: 点击下载
 
三、安装jira
[root@linux-node1 tools]# chmod 755 atlassian-jira-software-7.2.2-x64.bin
[root@linux-node1 tools]# ./atlassian-jira-software-7.2.2-x64.bin
 
jira安装到了/opt/atlassian/jira和/var/atlassian/application-data/jira目录下,并且jira监听的端口是8080。
jira的主要配置文件,存放在/opt/atlassian/jira/conf/server.xml文件中
 
现在我们先关闭jira,然后把破解包里面的atlassian-extras-3.1.2.jar和mysql-connector-java-5.1.39-bin.jar两个文件复制到/opt/atlassian/jira/atlassian-jira/WEB-INF/lib/目录下。
其中atlassian-extras-3.1.2.jar是用来替换原来的atlassian-extras-3.1.2.jar文件,用作破解jira系统的。
And mysql-connector-java-5.1.39-bin.jar drive package is used to connect mysql database.
Now start jira again and we now access the following address:
http://10.0.0.100 :8080
After visiting the above address, the system will automatically jump to the default configuration page jira, and here we select custom configuration, as follows:

 

Configure the relevant database information, select the test connection
 

 

Click next, the program will create the appropriate data, we need to wait for some time.

 

Fill out the information, in which private mode only allows administrators to create an account, public mode allows all users to register themselves.
 
After clicking NEXT, we need to enter the license JIRA, so we need to register an account on the official website jira, and then use this account may apply for a 30-day trial license. (About the process of registration and application for license not too much description) https://my.atlassian.com/license/evaluation
Server ID:BFHX-LJCN-N45R-JQAE

 

 
Fourth, crack jira
    In fact, copied in the previous step will break the package inside atlassian-extras-3.1.2.jar and mysql-connector-java-5.1.39-bin.jar two files to the / opt / atlassian / jira / atlassian-jira / WEB- when under INF / lib / directory has been cracked, only you need to restart once jira it.
 

 

After filling license, Miss Tian-related information
 

 

 
 
 
 
 
 
 
 
Original Address: https: //www.cnblogs.com/jie-fang/p/7601587.html

Guess you like

Origin www.cnblogs.com/jpfss/p/11792568.html