Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does centos7 build jira Service version 6.3.6

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how centos7 builds jira service version 6.3.6. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Recently, due to the needs of the project, we need to build a software engineering management platform, giving priority to jira.

There are also a lot of jira building tutorials on the web, but they haven't built a completed jira service after a week of hassle. However, I finally found out some ideas, and the jira service was successfully built.

1. Create two directories after entering the root directory of the server

The command is mkdir / software

Mkdir / jiradata

2. It is needed at this time after the file is created. At this time, we need to download the jira6.3.6 installation package on the network and decompress it.

First go to the / software directory

Command: wget http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.3.6.tar.gz

After the download is complete: decompress

Command: tar-xvf atlassian-jira-6.3.6.tar.gz

3. Modify the configuration

Go to atlassian-jira-6.3.6-standalone/conf to view the sever.xml file and modify the port number with vim

Enter atlassian-jira-6.3.6-standalone/atlassian-jira/WEB-INF/classes and use vim to modify jirahome configuration file jira-application.properties (jirahome=/jiradata)

4. Install jvm environment and MySQL environment

After jvm installation is completed, use Java-version to check whether it takes effect. If it does not, reboot is required.

Special note: jira6.3.6 supports jdk1.6-jdk1.8. In the environment of jdk1.6 and jdk1.7, the jira service will hang up automatically after two or three hours of operation. After analysis, it is found that there is a memory leak in jvm. The jdk version is stable when it is changed to 1.8.

5. Enter / software/tlassian-jira-6.3.6-standalone/bin and start the jira service.

Command:. / start-jira.sh

6. Go to the configuration page and select your own configuration.

7. Crack

At the end of the configuration, jira will prompt the user to enter license. At this time, we choose to have no account or have an account but no license.

Crack: (1) drop atlassian-extras-2.2.2.jar under the atlassian-jira-6.3.6-standalone/atlassian-jira/WEB-INF/classes/lib file

(2) drop atlassian-universal-plugin-manager-plugin-2.17.13.jar in atlassian-jira-6.3.6-standalone/atlassian-jira/WEB-INF/classes/atlassian-bundled-plugins

(3) drop atlassian-universal-plugin-manager-plugin-2.17.13.jar under / jiradata/plugins/installed-plugins

Restart the service and enter the cracked license

Enter the authorization code. An example of authorization code parameters is as follows:

Description=JIRA: Commercial

CreationDate= your installation date, format (yyyy-mm-dd)

Jira.LicenseEdition=ENTERPRISE

Evaluation=false

Jira.LicenseTypeName=COMMERCIAL

Jira.active=true

LicenseVersion=2

MaintenanceExpiryDate=, the expiration date you want to set is 2099-12-31.

Organisation=joiandjoin

SEN= the SEN you applied for does not have the prefix LID

ServerID=, the ServerID you applied for.

Jira.NumberOfUsers=-1

LicenseID=LID the SEN you applied for, be careful not to throw away the LID prefix

LicenseExpiryDate=, the expiration date you want to set is 2099-12-31.

PurchaseDate= your installation date, format (yyyy-mm-dd)

For example:

The example of this installation authorization code is:

Description=JIRA: Commercial

CreationDate=2014-09-20

Jira.LicenseEdition=ENTERPRISE

Evaluation=false

Jira.LicenseTypeName=COMMERCIAL

Jira.active=true

LicenseVersion=2

MaintenanceExpiryDate=2099-12-31

Organisation=pl

SEN=SEN-L4572897

ServerID=BPT3-4QRK-FCRR-HDP3

Jira.NumberOfUsers=-1

LicenseID=AAABBw0ODAoPeNptkFtLxDAQhd/zKwI+R9Kwy66FPKxthGhvtF0p4kuso0a6sUwvuP/edissyj4MD

HPOfHOYqzu0tICWeoJy4a+FzzkNwpIK7q1ICF2Ntu3tl5P3Ot89+1SNphnMPCEBwqkJTQ9y9jN+w

ZxBPi2a68jW4DpQr/a0rZJS5VmuC0XOBNnjAH/s5bGFxBxABmkcqzzQu2jRTd3bEZaFZvE+AnYzR

JDYWNeDM64G9d1aPJ4TeXxOlOK7cbZbjrbNgkyGwwtg+rbvJpBkHikAR0Adytt0XzFV7R5Y+qQzV

KWZIoVK5FQsWq03YrvdkN/Ekz3S4SXlcpRswPrDdPD/aT+P1nzDMC0CFQCM9+0LlHVNnZQnSTwuR

O3eK+2gVgIUCteTs4Q3khIgrnsY64hxYB/d8bM=X02dh

LicenseExpiryDate=2099-12-31

PurchaseDate=2014-09-20

8. Plug-in cracking

Select the corresponding plug-in directly in plug-in Management, view the corresponding SEN, and update it. The update format is as follows

Description=JIRA Agile (formerly GreenHopper) for JIRA\: Commercial

NumberOfUsers=-1

CreationDate=2014-08-01

Evaluation=false

Plugins.*.LicenseEdition=ENTERPRISE

LicenseVersion=2

MaintenanceExpiryDate=2099-01-01

Organisation=GoodCompany

Plugins.*.active=true

SEN=SEN-L9374300

ServerID=BMSW-8XXY-A06O-V5DH

LicenseExpiryDate=2099-01-01

LicenseTypeName=COMMERCIAL

PurchaseDate=2014-08-01

According to the template, you only need to modify SEN and ServerID.

Congratulations, your jira service has been built successfully!

Thank you for reading! This is the end of the article on "how to build jira service version 6.3.6 for centos7". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report