当前位置:网站首页>wiki confluence installation
wiki confluence installation
2022-08-10 05:48:00 【development old man】
wiki confluence 5.8.10 for CentOS installation
System: CentOS 7
Confluence: 5.8.10
JDK: 1.7.0_25
MySQL: 5.7.17
Preparation:
Install jdk1.7 (my version jdk-7u25-linux-x64.tar.gz) and MySQL (my version mysql-5.7.17-linux-glibc2.5-x86_64.tar.gz)
Download by yourself: atlassian-confluence-5.8.10-x64.bin
Download confluence crack and other related files: confluenceforlinux.zip
Download link: http://download.csdn.net/download/zhy0414/10159013
Installation:
# unzip confluenceforlinux.zip
# cd conconfluenceforlinux
# cp atlassian-confluence-5.8.10-x64.bin /usr/src/
# cd /usr/src
# chmod +x atlassian-confluence-5.8.10-x64.bin
# ./atlassian-confluence-5.8.10-x64.bin
Prompt to enter the selection number, enter in sequence:
o
1
i
Browser Settings:
Use a browser (other machine) to access the 8090 port of the server, namely http://server ip:8090
Select the Product version in the opened page until you need to enter the key page, record the Server ID given on the page and use it later
Stop the service:
# service confluence stop
Replacement file:
# cd /opt/atlassian/confluence/confluence/WEB-INF/lib/
# cp atlassian-extras-decoder-v2-3.2.jar atlassian-extras-2.4.jar
Copy atlassian-extras-2.4.jar to a machine with a desktop (can be windows, Linux, Mac)
Unzip the confluence5.x-crack.zip in the confluenceforlinux package on your desktop machine
# upzip confluence5.x-crack.zip
# cd confluence5.x-crack/iNViSiBLE/
# ./keygen.sh
Fill in the name value freely in the opened window, and fill in the Server ID recorded above
Click the .patch! button below to select the passed atlassian-extras-2.4.jar file
Click the .gen! button below to generate the Key, click the left mouse button in the Key window to copy the key to the clipboard
Copy the patched atlassian-extras-2.4.jar file to the server to overwrite the original file
# cp atlassian-extras-2.4.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
# cd /opt/atlassian/confluence/confluence/WEB-INF/lib/
# mv atlassian-extras-2.4.jar atlassian-extras-3.2.jar
Copy the Confluence-Language-STD-CN.jar and mysql-connector-java-5.1.32-bin.jar in the confluenceforlinux package to lib
# cp Confluence-Language-STD-CN.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
# cp mysql-connector-java-5.1.32-bin.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
Start the service:
# service confluence start
Add database and privileged user in MySQL server:
> create database confluence
> grant all on confluence.* to 'admin'@localhost identified by 'mypass';
> flush privileges
Open the link on the desktop http://server ip:8090
Copy the obtained key to the text box behind Confluence under Server ID on the License key page, click Next
Set up the database:
Select MySQL and click the External Database button behind
Select the Direct JDBC button
Set the database connection information and the database username and password created above
Error: java.sql.SQLException: Unknown system variable 'storage_engine'
Modify:
Database URL: jdbc:mysql://localhost/confluence?useUnicode=true&characterEncoding=utf8
NEXT
Click on “Example site”
NEXT
Click on “Manage users and groups within Confluence”
NEXT
Configure System Administrator Account Page
Set account information
NEXT
After the setup is complete, click "Start"
Installation is complete!
System: CentOS 7
Confluence: 5.8.10
JDK: 1.7.0_25
MySQL: 5.7.17
Preparation:
Install jdk1.7 (my version jdk-7u25-linux-x64.tar.gz) and MySQL (my version mysql-5.7.17-linux-glibc2.5-x86_64.tar.gz)
Download by yourself: atlassian-confluence-5.8.10-x64.bin
Download confluence crack and other related files: confluenceforlinux.zip
Download link: http://download.csdn.net/download/zhy0414/10159013
Installation:
# unzip confluenceforlinux.zip
# cd conconfluenceforlinux
# cp atlassian-confluence-5.8.10-x64.bin /usr/src/
# cd /usr/src
# chmod +x atlassian-confluence-5.8.10-x64.bin
# ./atlassian-confluence-5.8.10-x64.bin
Prompt to enter the selection number, enter in sequence:
o
1
i
Browser Settings:
Use a browser (other machine) to access the 8090 port of the server, namely http://server ip:8090
Select the Product version in the opened page until you need to enter the key page, record the Server ID given on the page and use it later
Stop the service:
# service confluence stop
Replacement file:
# cd /opt/atlassian/confluence/confluence/WEB-INF/lib/
# cp atlassian-extras-decoder-v2-3.2.jar atlassian-extras-2.4.jar
Copy atlassian-extras-2.4.jar to a machine with a desktop (can be windows, Linux, Mac)
Unzip the confluence5.x-crack.zip in the confluenceforlinux package on your desktop machine
# upzip confluence5.x-crack.zip
# cd confluence5.x-crack/iNViSiBLE/
# ./keygen.sh
Fill in the name value freely in the opened window, and fill in the Server ID recorded above
Click the .patch! button below to select the passed atlassian-extras-2.4.jar file
Click the .gen! button below to generate the Key, click the left mouse button in the Key window to copy the key to the clipboard
Copy the patched atlassian-extras-2.4.jar file to the server to overwrite the original file
# cp atlassian-extras-2.4.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
# cd /opt/atlassian/confluence/confluence/WEB-INF/lib/
# mv atlassian-extras-2.4.jar atlassian-extras-3.2.jar
Copy the Confluence-Language-STD-CN.jar and mysql-connector-java-5.1.32-bin.jar in the confluenceforlinux package to lib
# cp Confluence-Language-STD-CN.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
# cp mysql-connector-java-5.1.32-bin.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
Start the service:
# service confluence start
Add database and privileged user in MySQL server:
> create database confluence
> grant all on confluence.* to 'admin'@localhost identified by 'mypass';
> flush privileges
Open the link on the desktop http://server ip:8090
Copy the obtained key to the text box behind Confluence under Server ID on the License key page, click Next
Set up the database:
Select MySQL and click the External Database button behind
Select the Direct JDBC button
Set the database connection information and the database username and password created above
Error: java.sql.SQLException: Unknown system variable 'storage_engine'
Modify:
Database URL: jdbc:mysql://localhost/confluence?useUnicode=true&characterEncoding=utf8
NEXT
Click on “Example site”
NEXT
Click on “Manage users and groups within Confluence”
NEXT
Configure System Administrator Account Page
Set account information
NEXT
After the setup is complete, click "Start"
Installation is complete!
边栏推荐
- 知识蒸馏论文学习
- 几种绘制时间线图的方法
- 图片批量添加水印批量缩放图片到指定大小
- latex图片排版技巧总结
- 三维点云分割
- 图纸怎么折?(A0,A1,A2,A3の图纸如何折成A4大小)
- ORACLE system table space SYSTEM is full and cannot expand table space problem solving process
- IDEA的database使用教程(使用mysql数据库)
- 清览题库--C语言程序设计第五版编程题解析(1)
- Link reading good article: What is the difference between hot encrypted storage and cold encrypted storage?
猜你喜欢
随机推荐
在yolov5的网络结构中添加注意力机制模块
操作表 函数的使用
latex图片排版技巧总结
基于Qiskit——《量子计算编程实战》读书笔记(五)
基本比例尺标准分幅编号流程
图纸怎么折?(A0,A1,A2,A3の图纸如何折成A4大小)
文本元素
文章复现:SRCNN
Ten years of sharpening a sword!The digital collection market software, Link Reading APP is officially open for internal testing!
网络安全之防火墙
GtkD开发之路
链读好文:Jeff Garzik 推出 Web3 制作公司
链读 | 最新最全的数字藏品发售日历-07.28
Minio分布式存储系统
redis集群模式
利用PyQt5制作YOLOv5的GUI界面
Four characteristics of ACID
cesium 添加点,移动点
Pony语言学习(九)——泛型与模式匹配(终章)
25张炫酷交互图表,一文入门Plotly









