当前位置:网站首页>wiki confluence installation
wiki confluence installation
2022-08-10 05:48:00 【development old man】
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!
边栏推荐
猜你喜欢
pytorch框架学习(9)torchvision.transform
CSDN Markdown 之我见代码块 | CSDN编辑器测评
基本比例尺标准分幅编号流程
反射【笔记】
来亲自手搭一个ResNet18网络
Ten years of sharpening a sword!The digital collection market software, Link Reading APP is officially open for internal testing!
GtkD开发之路
Pony语言学习(八):引用能力(Reference Capabilities)
Pony语言学习(七)——表达式(Expressions)语法(单篇向)
在yolov5的网络结构中添加注意力机制模块
随机推荐
matlab中的常用的类型转换
网安超基础一周目
pytorch框架学习(3)torch.nn.functional模块和nn.Module模块
cesium 添加点,移动点
多表查询 笔记
One step ahead, don't miss it again, the chain reading APP will be launched soon!
链读 | 最新最全的数字藏品发售日历-07.28
latex图片排版技巧总结
Operation table Function usage
Pony语言学习(七)——表达式(Expressions)语法(单篇向)
小记录:Pytorch做深度学习必要加载的包
pytorch框架学习(5)torchvision模块&训练一个简单的自己的CNN (二)
Multi-table query Notes
毫米波雷达基础概念学习
链读好文:Jeff Garzik 推出 Web3 制作公司
链读|最新最全的数字藏品发售日历-07.29
利用 crontab 拷贝大文件
链读好文:热加密存储与冷加密存储有什么区别?
训练集Loss收敛,但是测试集Loss震荡的厉害?
IDEA的database使用教程(使用mysql数据库)