Jira Installation Manual

1. Environment preparation
Operating system: Linux
Jira version: 6.3.10
Database: mysql 5

2. Software download
Jira installation package: atlassian-jira-6.3.10-x64.bin
Jira Chinese package: JIRA-Language-STD-CN.jar
Jira crack package: jira_crack.zip
mysql driver: mysql-connector-java-5.1.34-bin.jar

3. The database is ready to
create a jiradb database
CREATE DATABASE jiradb CHARACTER SET utf8 COLLATE utf8_bin;

Permission User Authorization
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,INDEX on jiradb.* TO '<db user>'@'<db hostname>' IDENTIFIED BY '<db password>';

flush privileges;

/*
E.g:
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,INDEX on jiradb.* TO 'root'@'localhost' IDENTIFIED BY '123456';
*/


4. The language of the system environment variable
is set to zh_CN. If the language is en_US, the Jira localization cannot take effect. It is best to configure it in the .profile
file
export LANG=zh_CN.UTF-8
export LANGUAGE=zh_CN:zh

Reload environment variables (entered at the command line)
source ~/.profile

view locale
> locale
LANG = zh_CN.UTF-8
LANGUAGE = zh_CN: zh
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=


5. Install jira (install with root user)
and grant execute permission
> chmod +x atlassian-jira-6.3.10-x64.bin

Install jira (you will be prompted to enter the relevant configuration during the installation process)
> ./atlassian-jira-6.3.10-x64.bin

Close jira (the service will be automatically started after installation)
> service jira stop


6. Load the mysql driver and
copy
> cp mysql-connector-java-5.1.34-bin.jar jira catalog / atlassian / jira / lib /


7. Configure Jira
      Open the main page of Jira with a browser, and configure the installation steps. The configuration of the database can be configured according to the configuration in the third step. After the configuration, you can enter the interface.
      After entering the interface, enter the plug-in management, upload the Chinese package plug-in, and you will be prompted to install the plug-in successfully. After restarting the jira service, Chinese will take effect.
> service jira stop
> service jira start


8. Crack Jira
After decompressing jira_crack.zip, there are 4 files, two cracked jar packages, and two instruction files. Please install the instruction files to operate, and I won't go into details here.

9. Installation completed

10. Remarks
  • Opening the jira official website is busy and it is difficult to download the installation package. I will not say more about this reason.
  • Generating a license is slow, the same as the previous problem

Guess you like

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