Jira Introduction
Tracking and managing issues that arise during project development and maintenance (e.g., defects, new features, tasks, improvements, etc.) are important tasks for project management, but few teams can do well. Jira as a professional problem-tracking system can help you manage bugs, make it easy to track and manage the problems found in your project, and take advantage of Jira's flexible configuration and scalability features to make JIRA a project management system or IT support system.
Characteristics of JIRA
1 Management defects, new features, tasks, improvements, or any other issues
2 clean and powerful user interface
3 Flexible Workflow Customization
4 Full-Text search and powerful filters
5 Enterprise-Class permissions and security controls
6 very flexible Mail notification configuration
7) You can create child tasks
8 Facilitate the expansion and integration with other systems: including email, LDAP and source control tools, etc.
9) Rich Plug-in Library
10 project category and component/module management
11 can be run on almost all hardware, operating systems, and database platforms
Install Jira:
The code is as follows:
Https://www.atlassian.com/software/jira/download-archives//#下载地址
Chmod +x Atlassian-jira-5.2.1-x64.bin//# Give executable permission
./atlassian-jira-5.2.1-x64.bin//#开始安装 Default Tomcat Java environment is not required to set the JAVA_HOME environment
Unpacking JRE ...
Starting Installer ...
This'll install JIRA 5.0 on your computer.
The code is as follows:
OK [O, Enter], Cancel [C]//#没啥说的回车呗
Choose the appropriate installation or Upgrade option. #选择 [1] The default installation [2] Custom installation [3] upgrade installation
Please choose one of the following:
Express Install (use default settings) [1], Custom Install (recommended for advanced users) [2, Enter], Upgrade an existin G JIRA installation [3]
The code is as follows:
2
Where should JIRA 5.0 be installed? #这里选择2自定义安装, specifying the installation path
[/opt/atlassian/jira]
The code is as follows:
/data/soft/jira-5.0
Default location for JIRA data//#定义数据目录
[/var/atlassian/application-data/jira]
The code is as follows:
/data/jira-5.0/data
Configure which ports JIRA would use.
JIRA requires two TCP ports that are not being used
Applications on this machine. The HTTP port is where you'll access JIRA
through your browser. The control port was used to Startup and Shutdown JIRA.
Use default ports (http:8080, control:8005)-Recommended [1, Enter], Set custom value for HTTP and control ports [2]// #设置自定义端口 default is 8080
JIRA can be run in the background. # Start installation below is to start patiently waiting for about 1-2 minutes. See Personal machine configuration
You could choose to run JIRA as a service, which means it'll start
Automatically whenever the computer restarts.
Install JIRA as Service?
Yes [y, Enter], No [n]
The code is as follows:
Y
Visit http://localhost:8080 can see the interface, please keep in mind ServerID to use the following: To register from the official website for a 30-day trial key, initialize the Jira after the execution of the following process of cracking:
Crack description
1. Overlay the Atlassian-extras-2.2.2.jar to the installation directory Atlassian-jira/web-inf/lib/atlassian-extras-2.2.2.jar
2. Overwriting the atlassian-extras-2.2.2.crack to the atlassian-jira/web-inf/classes of the installation directory and editing the file ServerID is the first time that the ServerID has been accessed as shown in the following figure:
3. Restart Jira (Jira installation directory in the bin directory of the switch script)
4. Verify Authorization information
Chinese page:
The code is as follows:
# Http://www.confluence.cn/dosearchsite.action?queryString=JIRA-5.0-language-pack-zh_CN.jar//#下载地址
1. Login to the Jira page and click on the upper right-hand corner of the administrator
2. Click on the top of the plugin select plugin, will let you enter the administrator password once
3. Select the Upload plugins link on the right, select Jira-5.0-language-pack-zh_cn.jar in the pop-up dialog box
4. Completion of the Chinese!!!