Jira4.2 installation on Ubuntu (including cracking, with postgreSQL database)

Source: Internet
Author: User
Tags postgresql

Jira4.2 installation on Ubuntu (including cracking, with postgreSQL database)

1. Installation

1-1. Install Ubuntu (a little bit, you will never forget to read it :))

1-2. Install JDK by referring to the following address (of course there are many other methods)

Http://blog.csdn.net/guo_rui22/article/details/6698643

1-3. Install the PostgreSQL database by referring to the following address

Http://blog.csdn.net/guo_rui22/article/details/3862282

1-4. Create a database to be used by jira_4.2. The database name (for example, jiradb) must be UTF-8.



1-5. Download JIRA4.2, http://www.atlassian.com/software/jira/jiradownloadcenter.jspa, and select 4.2.
Standalone version

1-6 unzip the downloaded atlassian-jira-enterprise-4.2-standalone.tar.gz file to the/usr/local/jira directory (you can select the directory as needed)

1-7. Create the jira. home folder.

Mkdir-p/usr/local/jira_home

PS:

Modify/usr/local/jira/atlassian-jira/WEB-INF/classes jira-application.properties File
Find jira. home =
Change to jira. home =/usr/local/jira_home absolute path

Note: The jira. home folder cannot be set to the jira root directory and Its subdirectories. I am not sure about the usage of this directory. It is estimated that it is used by the jira program to put temporary files.

1-8. Use the JIRA Configuration tool,/usr/local/jira/bin/config. sh, and configure as follows:


Database Configuration:


JIRA_HOME Configuration:

PS: Note: The jira. home folder cannot be set to the jira root directory and Its subdirectories.

1-9. Cracking and Localization

1-9-1. Download the crack patch (jira_crack.zip)

: Http://download.csdn.net/source/2835652

1-9-2. Use the JiraLicenseStoreImpl. class file in the patch to overwrite the/usr/local/jira/atlassian-jira/WEB_INF/classes/com/atlassian/jira/license/jiralicensestoreimp


1-9-3. use version2licensedecoder in the crack patch. class file override/usr/local/Jira/Atlassian-Jira/web_inf/lib/atlassian-extras-2.2.2.jar package in atlassian-extras-2.2.2.jar \ com \ Atlassian \ extras \ decoder \ V2 \ version2licensedecoder. class File

Note: The jar package can be opened with WinRAR and overwritten by dragging.


1-9-4. Run the Jira Service

Start/usr/local/Jira/bin/startup. Sh

Disable/usr/local/Jira/bin/shutdown. Sh


1-9-5.web configure Jira (http: // localhost: 8080 access Jira)

Official Document http://www.atlassian.com/software/jira/docs/v3.13/setup.html

Http://www.atlassian.com/software/jira/videos/jira4-overview.jsp demo

Use the following registration code during installation (replace it with your real serverid at registration ):

Description = Jira \: longmaster
Creationdate = 2010-02-22
Contactname = tonyty163@766.com
JIRA. licenseedition = Enterprise
Contactemail = tonyty163@766.com
Evaluation = false
Jira. LicenseTypeName = policcial
Jira. active = true
LicenseVersion = 2
MaintenanceExpiryDate = 2099-10-24
Organisation = zzh
Jira. NumberOfUsers =-1
ServerID = B2HO-OLWG-VCM2-ZDJW
LicenseID = LID
LicenseExpiryDate = 2099-10-24
PurchaseDate = 2010-10-25

1-9-6. Chinese

Download language_zh_CN.jar and copy it to the \ atlassian-jira \ WEB-INF \ lib \ directory,

Http://download.csdn.net/source/2839848

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.