CentOS6 install and crack confluence

CentOS6 install and crack confluence

Introduction to Confluence##

Confluence is a professional enterprise knowledge management and collaboration software that can be used to build enterprise wikis. It can achieve collaboration and knowledge sharing between team members.

Installation environment preparation##

Refer to jira crack installation, here I install Confluence and jira to the same server, so the above environment configuration reference: http://blog.csdn.net/wh211212/article/details/76020723

Create the corresponding database, username and password for Confluence##

mysql -uroot -p'211212'-e "create database confluence default character set utf8 collate utf8_bin;grant all on confluence.* to 'confluence'@'%' identified by 'confluencepasswd';"
# According to your own habits, redefine Confluence's username and password

Download the confluence installation file and its crack package##

It is recommended to download the Confluence installation file directly on the server through wget. The installation file may be damaged during the downloading to the local and uploading to the server.

Install and crack confluence

# Move to the directory where the confluence installation file is located, and execute the following command to install:
chmod +x atlassian-confluence-6.3.1-x64.bin
sudo ./atlassian-confluence-6.3.1-x64.bin

It can be seen from the above figure that confluence is installed in the /opt/atlassian/confluence and /var/atlassian/application-data/confluence directories, and the default listening port of confluence is 8090. The default installation is all the way.
Note: The main configuration file of confluence is /opt/atlassian/confluence/conf/server.xml, which is similar to jira. This server.xml is equivalent to the server.xml configuration file in tomcat

Configure access to confluence via domain name

Use NGINX to proxy Confluence requests###

Before the change:<Context path="" docBase="../confluence" debug="0" reloadable="false">

After the change:<Context path="/confluence" docBase="../confluence" debug="0" reloadable="false">
< Connector port="8090" connectionTimeout="20000" redirectPort="8443"
   maxThreads="48" minSpareThreads="10"
   enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
   protocol="org.apache.coyote.http11.Http11NioProtocol"
   proxyName="wiki.aniu.so" proxyPort="80"/>
server {
 listen wiki.aniu.so:80;
 server_name wiki.aniu.so;
 location /confluence {
  client_max_body_size 100m;
  proxy_set_header X-Forwarded-Host $host;
  proxy_set_header X-Forwarded-Server $host;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
  proxy_pass http://localhost:8090/confluence;}
 location /synchrony {
  proxy_set_header X-Forwarded-Host $host;
  proxy_set_header X-Forwarded-Server $host;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  proxy_pass http://localhost:8091/synchrony;
  proxy_http_version 1.1;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection "Upgrade";}}
# After the configuration is complete, restart confluence and nginx, and then pass the domain name:http://wiki.aniu.so/confluence visit confluence

As can be seen from the above figure, proxy confluence through the domain name nginx has been successful, and here is set to Chinese to continue installation.

Select product installation and click Next to continue installation

Crack confluence

http://www.techlife.com.cn/?thread-2.htm

1、 Install Confluence, apply for a test KEY directly from the official website when you need KEY
2、 Replace the two files, which are
/opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.2.jar
/opt/atlassian/confluence/confluence/WEB-INF/atlassian-bundled-plugins/atlassian-universal-plugin-manager-plugin-2.22.jar
A backup must be made before replacement to facilitate rollback.
3、 Restart the Confluence service and use the product normally.

Replace the file,
/opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.2.jar
# Download the jar file for cracking from Baidu Cloud, and then restart confluence

Recommended Posts

CentOS6 install and crack confluence
CentOS6 install and crack Jira 7
CentOS6 install and crack Jira 7
centos7 install python3 and ipython
Know Linux and install CentOS
CentOs7.3 compile and install Nginx 1.9.9
CentOS 7 install Mono and MonoDevelop
CentOS6.5 install Java 8 and Tomcat8
Centos compile and install Git
Centos6.5 install and configure mongodb
CentOS7 install python3 and pip3
CentOS7 install OracleJDK and JRE
CentOS6.5 install Java 8 and Tomcat8
CentOS6.5 install Java 8 and Tomcat8
Centos7 compile and install ntp-4.2.8p11
CentOS 6.9 compile and install python
CentOS 6 compile and install python 3
1.5 Install Centos7
CentOS7 yum install and start mysql
Install and configure keepalived under CentOS 5.9
CentOS Yum compile and install MySQL 5.6
Compile and install LAMP under Centos 5.2
CentOS 8 install Git and basic configuration
CentOS 6.x compile and install Nginx
CentOS7 compile and install L(A|N)MP environment
CentOS quickly install Python3 and pip3
CentOS7 yum install and start mysql
Centos7 and centos8 install mysql5.6 5.7 8.0 so simple
Centos7 uninstall openJdk, and install JDK1.8
Install Python3 and ansible under CentOS8
Install and use docker under CentOS 6.8
CentOS7 install and use SQL Server
CentOS Minimal install and configure TIPS
Install Python3 and Py under CentOS7
Install and configure FreeIPA in Centos7
Linux CentOS6 compile and install Pyt
virtualBox install centos, and build tomcat
Install Mono 3.2 and Jexus 5.4 under CentOS 6.3
Centos6 install Python2.7.13
Compile and install libmodbus library under CentOS7
Centos7.3 install nginx
CentOS7.2 install Mysql5.7.13
Centos7 install Python 3.6.
CentOS7 install MySQL
Centos7 install protobuf
CentOS 7 install Docker
CentOS7 install GlusterFS
CentOS7 install Docker
Centos6.5 install Tomcat
CentOS install Python 3.6
Vmware install CentOS6
centos7 install docker-ce 18.01.0
CentOS 7.2 install MariaDB
CentOS7.5 source code compile and install mysql5.7.29
CentOS 7 install Hadoop 3.0.0
Centos7 install Python2.7
Centos 7.6 install seleniu
CentOS 7.3 install Zabbix3
Centos7 install LAMP+PHPmyadmin
Centos7 compile and install MySQL8 problem record
CentOS install mysql