Note: This article is from "installing confluence under windows and cracking Chinese "
first, prepare beforehand
1: JDK Download and install: Jdk-6u45-windows-i586.exe
2: MySQL JDBC Connection driver: Mysql-connector-java-5.1.25.zip
3: MySQL database download and install: This xampp-win32-1.8.2-0-vc9.zip is recommended here, no need to install MySQL and configuration save a lot.
4: Create confluence user in MySQL, confluence database, set user rights (also can be created and set by page).
INSERT into Mysql.user (HOST, User, PASSWORD) VALUES ("localhost", "Confluenceuser", PASSWORD ("1234"));
CREATE DATABASE confluence CHARACTER SET UTF8 COLLATE utf8_bin;
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, INDEX on confluence.* to ' confluenceuser ' @ ' localhost ' identifie D by ' 1234 ';
Flush privileges;
5: Confluence Standard Edition (Enterprise Edition to spend money) Chinese package download: Confluence-language-std-cn.jar
6: Confluence cracked file (there are 2 jars) Download: confluence5.1-crack.zip
7: Windows Confluence Latest version download: Atlassian-confluence-5.1.4-x32.exe
Second, installation confluence
1: Double-click: Atlassian-confluence-5.1.4-x32.exe
2:Click Next
3:Select installation mode
Express Install (Use default settings): Using the Defaults installation option
Custom Install (recommended for advanced users): Customized installation
Upgrade an existing Confluence installation: Upgrade installation
4:Confluence Installation Path
5:Confluence Data path
6:Select and create a Start menu
7:Port settings. (If you have multiple apps, it's best to customize the port number)
8:Confluence as a service installation (automatically starts with the system boot service, does not tick will be manually started)
9:Installation in ...
10:Installation ends.
Third, confluence crack
1: Place confluence crack pack
Turn off the Confluence service first.
Unzip the downloaded hack file: confluence5.1-crack.zip, which will use 2 jars (Atlassian-extras-2.4.jar,confluence_keygen.jar).
Like putting Atlassian-extras-2.4.jar in C:\Program files\atlassian\confluence\confluence\web-inf\lib
Directory (hack half complete), by the way the Mysql-connector-java-5.1.25-bin.jar driver package is also placed in this directory, of course, you can also put the Chinese language pack in.
Start the Confluence service again.
2:Double-click to run the Confluence_keygen.jar inside the hack package
3:Click Patch
4: Select the Jar file (C:\Program Files\atlassian\confluence\confluence\web-inf\lib\atlassian-extras-2.4.jar)
5:You can see the success message below the left, then enter Name,email,organization,serverid and click Gen
6:Key has been generated, copy the key.
7:IE Open: http://localhost:8002/, paste the key into the LicenseKey, to this step to complete the hack.
In the installation type (standard, custom) selection, select Production installation and click. Because we're using MySQL here.
Fourth. Setting Confluence
Ⅰ: Database Configuration
1: Select the external database, and select MySQL in the dropdown box. MySQL driver package is required here. There is a description of which directory is placed in 1.
2: Select the connection method for the database (JDBC connection, data source connection), select the JDBC connection here, click Direct JDBC
3: input DB user Name,password (This should be the pre-prepared user name and password, forgotten to create the Confluenceuser, with the root user); Driver Class name and database URL default not to change. Click: Next
Ⅱ: Select load Content
1: Not used recommended first example site (sample sites). Back is the empty site and is restored from the backup.
Ⅲ: Configuring Administrators
1: Click Manage users and groups within Confluence,
If you have JIRA installed, you can click Connect to JIRA if you want to JIRA linkage.
2: Enter the Administrator account information, click: Next
Ⅳ: Setup succeeded
1:Start using Confluence (click Start using confluence) here no further configuration (continue with further configuration)
Ⅴ:Confirm Crack Information
1: log in with the Admin user and click Confluence Admin on the top right
2:In the lower left menu, click License Details
3:Cracked successfully and supported to 2,353 years.
Fifth, Chinese confluence
1:Put Confluence pack in Chinese
Turn off the Confluence service first.
Place the downloaded Language pack Confluence-language-std-cn.jar in the C:\Program files\atlassian\confluence\confluence\web-inf\lib directory.
Start the Confluence service again
Attached: the page (add-ons) can also be used for Chinese.
2:Confirmation of Chinese
Open in IE: http://localhost:8002/, and enter the user name, password, and then log in.
Special note: After the Han Dynasty garbled problem resolution method:
the [mysqld] section in the My.ini file contains the following:
# UTF 8 Settings
#init-connect=\ ' SET NAMES utf8\ '
#collation_server =utf8_unicode_ci
#character_set_server =utf8
#skip-character-set-client-handshake
#character_sets-dir= "/xampp/mysql/share/charsets"just delete the third line Collation_server and line fourth Character_set_server "#" at the beginning of the row. You can also delete the "#" at the beginning of line fifth, which means ignoring the client character encoding settings.
————————————————————————————————————————————————————————————————————————————————————————————————
Install confluence under windows and crack Chinese