Downloading the http://www.atlassian.com/software/jira/ version from the jira-enterprise-3.6.4-standalone version standalone comes with a tomcat 5 server. Decompress the file in the current directory, and the entire application is under the \ atlassian-jira-enterprise-3.6.4-standalone folder, hereinafter referred to as the Jira directory. The procedure is as follows:
1. Put the MySQL driver mysql-connector-java-3.1.12-bin.jar into the Jira directory \ common \ Lib;
2. Open the Jira directory \ Atlassian-Jira \ WEB-INF \ Classes \ entityengine. xml and change field-type-name = "hsql" to field-type-name = "MySQL ";
3. Modify the Jira directory \ conf \ Server. XML
<Resource Name = "JDBC/jirads" auth = "Container" type = "javax. SQL. datasource "...
This section is changed:
<Resource Name = "JDBC/jirads" auth = "Container" type = "javax. SQL. datasource"
Username = "root"
Password = "password"
Driverclassname = "com. MySQL. JDBC. Driver"
Url = "JDBC: mysql: // localhost/jiradb? Autoreconnect = true & amp; useunicode = true & amp; characterencoding = utf8 & amp; mysqlencoding = utf8"
Minevictableidletimemillis = "4000"
Timebetweenevictionrunsmillis = "5000"
Maxactive = "20"/>
Note: you must first create a jiradb schema in MySQL.
4. start Tomcat with the Jira directory \ bin \ Startup. bat, and enter http: // localhost: 8080 in the browser to see the installation page;
5. Cracking: the download tool can be cracked and decoded according to the instructions in the compressed package. Or directly use the following:
Rppmrqvvrukldvseimommjcnomxfxlpvsrewrfmrekalmx
Mi2kewyjuneeyhknasy27jxz 2Km <6juhqhlylk3w> Nm> jo
Orpwvrmmooqrrpmommsurppmompqnrqmmtwuuvostuunnr
Ustqqonooquunnrustqqonooquuwdk
(Note that four rows are not one)
Integrate confluence-2.2.8 in the jira-enterprise-3.6.4-standalone:
Download the confluence 2.2.8 ear/war version from the http://www.atlassian.com/software/confluence/ without the Tomcat server. Decompress the package to the current directory. The entire application is under the \ confluence-2.2.8 directory.
1. Set the confluence-2.2.8 \ confluence \ WEB-INF \ Classes \ confluence. Home parameter in the confluence-init.properties to specify a directory for confluence to put data;
2. Create confluence. xml in the Jira directory \ conf \ Catalina \ localhost and write it to the file:
<Context Path = "/confluence" docbase = "... confluence-2.2.8/confluence" DEBUG = "0" reloadable = "true">
<Logger classname = "org. Apache. Catalina. Logger. filelogger"
Prefix = "Atlassian-Confluence." suffix = ". log" timestamp = "true"/>
</Context>
(Note: "..." should be supplemented as needed)
3. Start Jira's built-in Tomcat and enter http: // localhost: 8080/confluence to view the installation page;
4. Cracking: the download tool can be cracked and decoded according to the instructions in the compressed package. Or directly use the following:
Npqoqexbjfvdknlhkrgxodecopqrsnxktokcpnmgfjpahb
Mi2kjpojwe9hsybwgzhhzp> z2ki5ysbub8g8mapwrjh2vd
Rpsmpoooqqqrqonpwrmoqrrroqprmqvsstwmmrnponurun
Nrustrtvoporunnrustrtvoporuwdkuvssssss
(Note that four rows are not one)
Another important thing is to change the default MySQL character set to utf8 to support Chinese characters. Find my. ini in the MySQL Server 5.0 directory and change the default-character-set parameter from Latin1 to utf8. Note that the default-character-set parameter has two places.
From http://www.duduwolf.com/wiki/2007/381.html