Install jira under linux

The main purpose of writing this article is to help friends who encounter various common problems during the installation process as much as possible. (The cracking piece is also excerpted from the Internet, and I found the package in various ways, and various attempts were successful.)
= ===================================================== ===============================
Software details:
jira version: jira-6.3.6
mysql version: mysql-connector-java- 5.1.25-bin.jar
Chinese package version: JIRA-6.3.3-language-pack-zh_CN.jar
crack package version: atlassian-extras-2.2.2.jar
atlassian-universal-plugin-manager-plugin-2.17.13 .jar
free download address:
http://download.csdn.net/detail/zzj1990/8641801
================================= ===================================================== ===
1. The installation directory
  depends on everyone's interests. I usually like to build /Data/soft/deploy/ in the root directory
. 2. Download the installation package and put it in the above directory, execute the following command to decompress and rename
  tar -xvf atlassian-jira- 6.3.6.tar.gz
  mv atlassian-jira-6.3.6-standalone jira
3. configure jira_home
   vim /Data/soft/deploy/jira/atlassian-jira/WEB-INF/classes/jira-application.properties
   set jira.home=/data/soft/ deploy/jira_home
4. When starting jira
  /Data/soft/deploy/jira/bin/start-jira.sh
  , you need to pay attention to monitoring the log
  tail -f logs/catalina.out
  If there is a port error in the log, you can vim conf/ sever.xml
  Under normal circumstances, there will be no problem in this step. After startup, visit http://ip:8080/ in the browser.
5. There is a guide page for the first visit, whether to let the user choose HSQL or a custom database (recommended Using database)    configuration
  is also quite
simple
Select add-ons, then select Manage Add-ons on the left side of the opened page, select the Upload Plugins connection, browse and upload the Chinese language pack JIRA-6.3.3-language-pack-zh_CN.jar
   b. The gear-shaped menu in the upper right corner, enter system, and then modify the default language in the general setting, and the localization is completed.
7. Crack
a. After installation, when filling in the authorization, select the third option "I have a JIRA key", enter the authorization code, there are many online, just find one and fill it in. Stop jira, replace atlassian-extras-2.2.2.jar with the jar of the same name in \atlassian-jira\WEB-INF\lib in your JIRA installation directory, and atlassian-universal-plugin-manager-plugin-2.17.13.jar Replace it with jira/atlassian-jira-6.3.6-standalone/atlassian-jira/WEB-INF/atlassian-bundled-plugins/, restart jira,   
b. Log in to jira with an administrator account, and enter crack in System > Authorization > Authorization code (ps: available online, need to modify the corresponding information: company name, installation date, expiration date)

Example: 
Fill in the authorization code, the example of the 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, such as: 2099-12-31,
Organisation= joinjoin,
SEN=The SEN you applied for has no 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)

The example of the authorization code 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-L4572887,
ServerID=BPT3-4QRK-FCRR-HEP3,
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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326387999&siteId=291194637