Jira 6.0.7 Linux Installation

Source: Internet
Author: User
Tags mysql download jira download

1. Related Downloads

1. JDK Download: http://www.oracle.com/technetwork/java/javase/downloads/index.html

2. mysql Driver download: http://dev.mysql.com/downloads/connector/j

3. mysql Download: http://dev.mysql.com/downloads/mysql/#downloads

4, Jira download: Http://www.atlassian.com/software/jira/JIRADownloadCenter.jspa

5, Jira installation help: Http://confluence.atlassian.com/display/JIRA/Installation+Troubleshooting+Guide

2 Installation Steps
First step: Install the configuration JDK environment

1, run chmod +x jdk-6u14-linux-i586.bin enable the current user to get execution rights, you can first through Ls–al to see the current user has run permissions.

2, enter the storage Jdk-6u22-linux-i586.bin directory, run./jdk-6u14-linux-i586.bin, install the JDK.

3, MV Jdk1.6.0_22/usr/local/jdk moved the extracted files to/usr/local/, and renamed the JDK

4. Set environment variable: Add at/etc/profile tail

Java_home=/usr/local/jdk

Classpath=.: $JAVA _home/lib/tools.jar: $JAVA _home/lib/dt.jar

Path= $JAVA _home/bin: $PATH

Export Java_home

Export PATH

Export CLASSPATH

5. Restart the machine reboot

6. Type java–version, if the relevant JDK version information appears, prove successful.

Step Two: Install the configuration MySQL

1. Install MySQL There's not much to say here.

2. Log in to MySQL and run:

Create a jiradb table

Create database jiradb character set UTF8;

Assign all permissions for the IRADB table to the Jira user

Grant all privileges the jiradb.* to [e-mail protected] identified by ' MyPassword ' with GRANT option;

Flush privileges;

3, test whether successful, with the new Jira database user connection try


Step three: Install the MYSQL/JDBC driver

Tar zxvf mysql-connector-java-5.1.13.tar.gz

CP Mysql-connector-java-5.0.8/mysql-connector-java-5.1.13-bin.jar [Jira installation directory]/lib

Fourth Step: Installation Configuration Jira

1: Download Jira

Java code
    1. wget http: //www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.0.7.tar.gz   

3: Unzip the Jira

Java code
    1. tar-xzvf/usr/tmp/atlassian-jira- 6.0 . 7 . tar.gz
    2. mv/usr/tmp/atlassian-jira-6.0. 7 -standalone//usr/jira6. 0.7   

4: Configure Jira Home

Java code
    1. Mkdir-p/usr/jirabackup
    2. Vi/usr/jira6. 0.7 /conf/server.xml

Locate the <Context> node and add

Note: The jira.home here must use the absolute path, or it will be an error

Ira.home folder as a backup

Java code
    1. <parameter name= "Jira.home" value= "/path/jira/jirabackup" />

5: Start Jira

Java code
    1. Cd/usr/jira6. 0.7   
    2. ./start-jira.sh

Stop Jira

Java code
    1. ./start-jira.sh

6. See if the corresponding port is running (typically 8080 8005)

Netstat-apn|grep Port

Did not go to the log to find the problem, resolved


Fourth Step hack:
Open the Jira page in your browser, fill in the prompts, and you'll see this page

Go to the Jira website for an account and trial based on the server ID License

Remember the server ID, Sen,license Key.

Then complete registration with license key

Download attachments

1. Replace the \atlassian-jira\web-inf\lib jar package with Atlassian-extras-2.2.2.jar with the same name as the installation directory of your Jira.
2. Replace the installation directory of your Jira with Atlassian-universal-plugin-manager-plugin-2.10.1.jar
Jar package with the same name in \atlassian-jira\atlassian-bundled-plugins.zip (zip-m atlassian-bundled-plugins.zip./ Atlassian-universal-plugin-manager-plugin-2.10.1.jar).

Restart Jira to enter and log in with the administrator. Go to the Authorization Management page, such as

This is the crack after the hack or trial time

Soft after the text attachment inside the Keytpl.txt fill complete responsible to the license key update on OK

Download attachments

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.