Jira 6.0.7 linux installation, jira6.0.7

Source: Internet
Author: User
Tags mysql download jira download

Jira 6.0.7 linux installation, jira6.0.7
1. Download

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

2, Mysql driver download: http://dev.mysql.com/downloads/connector/j

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
Step 1: install and configure the JDK Environment

1. Run the chmod + x jdk-6u14-linux-i586.bin to give the current user the execution permission, you can first through ls-al to view the current user has the operation permission.

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

3. mv jdk1.6.0 _ 22/usr/local/jdk move the decompressed file to/usr/local/and rename it jdk

4. Set the environment variable: add it at the end of/etc/profile

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 JDK version information is displayed, it indicates that the version is successful.

Step 2: install and configure MYSQL

1. Install MySQL.

2. log on to Mysql and run:

// Create a jiradb table

Create database jiradb character set utf8;

// Assign all permissions of the iradb table to the jira user

Grant all privileges on jiradb. * to jirauser @ localhost identified by 'mypassword' with grant option;

Flush privileges;

3. test whether the connection is successful. Use the newly created jira database user to connect to the database.


Step 3: 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

Step 4: install and configure Jira

1: Download jira

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

3: Decompress jira

Java code
  1. Tar-xzvf/usr/tmp/atlassian-jira-6.0.7.tar.gz
  2. Music/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: Here, jira. home must use an absolute path. Otherwise, an error will be reported.

Use the 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. Check whether the corresponding port is running (generally 8080 8005)

Netstat-apn | grep Port

No problem found in log, solved


Step 4:
Open the jira page in the browser, enter the information as prompted, and then you will see the page

Apply for an account on the jira Website Based on the server id and try License

Remember the server ID, SEN, and License Key.

Then complete registration with the License Key

Download Attachment

1. Replace your JIRA installation directory with the \ atlassian-jira \ atlassian-extras-2.2.2.jar \ lib jar package of the same name with the WEB-INF.
2. replace your JIRA installation directory with a atlassian-universal-plugin-manager-plugin-2.10.1.jar
\ Atlassian-jira \ The jar package of the same name in the atlassian-bundled-plugins.zip (zip-m atlassian-bundled-plugins.zip./atlassian-universal-plugin-manager-plugin-2.10.1.jar ).

Restart jira and log on as an administrator. Go to the authorization management page, as shown in figure

This is the time before or after the attack

After the software is complete, enter the keytpl.txt in the attachment of the License to update the License Key.

Download Attachment


On linux, how does one restart jira?

Isn't it startup. sh in the directory:
D: \ Atlassian \ JIRA \ bin

There are actually a lot of cracking attacks on the Internet, such as <= 5.2:
1. Install JIRA and select the local database for the database.
2. Stop the service when installing to step 2, copy the WEB-INF to overwrite the same name file under atlassian-jira
3. Start the JIRA service, open the atlassian-extras-2.2.2.crack in txt format; modify your mailbox and expiration date, and server-ID serial number, modify all copies to the license key and click next to continue installation



When mysql and jira are installed in linux, a log error occurs in the cocould not create connection to database server.

Make sure that the jar file of mysql connector is in the lib directory.

For detailed installation documents, see references.
Reference: www.confluence.cn/..783595

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.