OS CentOS 6.5
The required installation packages are as follows:
Jre-7u67-linux-x64.rpmatlassian-confluence-5.4.4-x64.binmysql-connector-java-5.1.32-bin.jarconfluence5.1-crack.zipconflue NCE-5.4.4-LANGUAGE-PACK-ZH_CN.JAR:HTTP://PAN.BAIDU.COM/S/1I3D5RU1 downloaded the compressed package extracted is the top 5 packets.Note: These 5 packages need to be uploaded to your Linux system, using WINSCP similar software.
First, the system installed itself in this will not introduce how to install the system
Second, install Java
1 mkdir /usr/java #Create a new java folder under /usr and place the installation package in the /usr/java directory.
2 cd /usr/java
3 #copy jre-7u67-linux-x64.rpm into this directory
4 rpm -ivh jre-7u67-linux-x64.rpm #Install JDK
5 vi /etc/profile #Configuring environment variables
6 --------------------------------
7 #Add the following lines at the end:
8 export JAVA_HOME=/usr/java/jre1.7.0_67
9 export CLASSPATH=.:$JAVA_HOME/jre/lib/rt.jar:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
10 export PATH=$PATH:$JAVA_HOME/bin
11 --------------------------------
12 source /etc/profile
Third, install MySQL
1 yum install -y mysql-server mysql mysql-devel
2 service mysqld start #initialization and related configuration
3 chkconfig --list | grep mysqld #View mysql service is not boot automatically start
4 chkconfig mysqld on #Set to boot
5 mysqladmin -u root password ‘123456‘ #Set the password for the root account with this command to 123456
6 mysql -u root -p #login mysql database
7 create database confluence character set UTF8;
8 grant all on confluence.* to [email protected]"%" identified by "confluence";
9 grant all on confluence.* to [email protected]"localhost" identified by "confluence";
10 FLUSH PRIVILEGES;
11 quit
12 service mysqld stop #close mysql service
13 cd /etc/
14 vi my.cnf
15 Add character-set-server =utf8 under [mysqld] to solve Chinese display? ? ? Garbled problem
16 service mysqld start #Start mysql service
Fourth. installation of Confluence
chmod +x atlassian-confluence-5.4.4-x64.bin #Give executable permissions../atlassian-confluence-5.4.4-x64.bin #Perform the installation and enter as prompted, select default installation.
Open a browser and enter http://server ip:8090, note the server ID
Service confluence stop #stop Confluence service
Unzip confluence5.1-crack.zip#Copy /opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-2.4.jar. Replace atlassian-extras-2.4.jar in confluence5.1-crack
#chmod +x keygen.sh
#./keygen.sh #Execute the crack file
Note: Must be in the graphical interface, as this operation requires graphics. If there is no graphic, then an error will be reported.
[1] Lose the Name, and the previously recorded Server ID, press .patch! to select the atlassian-extras-2.4.jar to be cracked.
[2] Press .gen! to get the key
[3] Copy the cracked package and copy it back
# Copy the cracked atlassian-extras-2.4.jar to "/opt/atlassian/confluence/confluence/WEB-INF/lib/" to overwrite the original file.
#Copy mysql-connector-java-5.1.32-bin.jar to "/opt/atlassian/confluence/confluence/WEB-INF/lib/".
Service confluence start #Start Confluence service
[4] Open the webpage again
#Reopen the webpage http://serverip:8090
#The key that was obtained before losing
According to the figure below, step by step can be completed successfully.
Chinese crack method:
[1] service confluence stop # stop Confluence service
Copy this package to Confluence-5.4.4-language-pack-zh_CN.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
[2] service confluence start #Start Confluence service
Then you can choose Chinese.
[Linux] Linux cracked version confluence installation