Detailed explanation of how to build Jira service version 6.3.6 on CentOS 7
Recently, due to project needs, it is necessary to build a software engineering management platform, and jira is preferred.
There are many tutorials on how to build jira on the Internet, but after a week of struggling, a completed jira service has not yet been built. But I finally figured out some ideas, and the jira service was finally successfully built.
1. Create two directories after entering the root directory of the server
The command is: mkdir /software
2. It is needed at this time after the file creation is completed. At this time we need to download the jira6.3.6 installation package from the Internet and unzip it
First enter the /software directoryCommand: wget http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.3.6.tar.gz
After downloading: Unzip
Command: tar -xvf atlassian-jira-6.3.6.tar.gz
3. Modify configuration
Enter atlassian-jira-6.3.6-standalone/conf to view the sever.xml file and use vim to modify the port numberEnter atlassian-jira-6.3.6-standalone/atlassian-jira/WEB-INF/classes and use vim to modify the jirahome configuration file jira-application.properties(jirahome=/jiradata)
4. Install jvm environment and MySQL environment
After the jvm installation is completed, use Java -version to check whether it takes effect. If it does not take effect, you need to rebootSpecial note: jira6.3.6 supports jdk1.6 -jdk1.8. In the environment of jdk1.6 and jdk1.7, the jira service will automatically hang up after running for two or three hours. After analysis, it was found that the jvm has memory. leakage. The jdk version is relatively stable after changing to 1.8.
5. Enter /software/tlassian-jira-6.3.6-standalone/bin and start the jira service
Command: ./start-jira.sh
6. Enter the configuration page and select your own configuration
7, crack
At the end of the configuration, jira will prompt the user to enter the license. At this time, we choose to have no account or have an account but no licenseCrack: (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
Fill in the authorization code. Examples of authorization code parameters are 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, such as: 2099-12-31,
Organisation=joiandjoin,
SEN=Please note that the SEN you applied for does not have the prefix LID,
ServerID=ServerID you applied for,
jira.NumberOfUsers=-1,
LicenseID=LID the SEN you applied for, be careful not to lose the LID prefix,
LicenseExpiryDate=The expiration date you want to set, such as: 2099-12-31,
PurchaseDate=Your installation date, format (yyyy-mm-dd)
For example:
The authorization code example for this installation 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 crack
Select the corresponding plug-in directly in the plug-in management, check the corresponding SEN, and update. The updated format is as followsDescription=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
You only need to modify the SEN and ServerID according to the template
Congratulations, your jira service has been successfully established!
The above is the detailed content of Detailed explanation of how to build Jira service version 6.3.6 on CentOS 7. For more information, please follow other related articles on the PHP Chinese website!

The average annual salary of Linux administrators is $75,000 to $95,000 in the United States and €40,000 to €60,000 in Europe. To increase salary, you can: 1. Continuously learn new technologies, such as cloud computing and container technology; 2. Accumulate project experience and establish Portfolio; 3. Establish a professional network and expand your network.

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

The Internet does not rely on a single operating system, but Linux plays an important role in it. Linux is widely used in servers and network devices and is popular for its stability, security and scalability.

The core of the Linux operating system is its command line interface, which can perform various operations through the command line. 1. File and directory operations use ls, cd, mkdir, rm and other commands to manage files and directories. 2. User and permission management ensures system security and resource allocation through useradd, passwd, chmod and other commands. 3. Process management uses ps, kill and other commands to monitor and control system processes. 4. Network operations include ping, ifconfig, ssh and other commands to configure and manage network connections. 5. System monitoring and maintenance use commands such as top, df, du to understand the system's operating status and resource usage.

Introduction Linux is a powerful operating system favored by developers, system administrators, and power users due to its flexibility and efficiency. However, frequently using long and complex commands can be tedious and er

Linux is suitable for servers, development environments, and embedded systems. 1. As a server operating system, Linux is stable and efficient, and is often used to deploy high-concurrency applications. 2. As a development environment, Linux provides efficient command line tools and package management systems to improve development efficiency. 3. In embedded systems, Linux is lightweight and customizable, suitable for environments with limited resources.

Introduction: Securing the Digital Frontier with Linux-Based Ethical Hacking In our increasingly interconnected world, cybersecurity is paramount. Ethical hacking and penetration testing are vital for proactively identifying and mitigating vulnerabi

The methods for basic Linux learning from scratch include: 1. Understand the file system and command line interface, 2. Master basic commands such as ls, cd, mkdir, 3. Learn file operations, such as creating and editing files, 4. Explore advanced usage such as pipelines and grep commands, 5. Master debugging skills and performance optimization, 6. Continuously improve skills through practice and exploration.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment