当前位置:网站首页>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框架学习(1)网络的简单构建
来亲自手搭一个ResNet18网络
Pony语言学习(六):Struct, Type Alias, Type Expressions
Link reading good article: What is the difference between hot encrypted storage and cold encrypted storage?
基于Qiskit——《量子计算编程实战》读书笔记(六)
基于Qiskit——《量子计算编程实战》读书笔记(一)
Operation table Function usage
基于Qiskit——《量子计算编程实战》读书笔记(三)
【yolov5训练错误】WARNING: Ignoring corrupted image
Multi-table query Notes
随机推荐
Qiskit 学习笔记1
小记录:Pytorch做深度学习必要加载的包
pytorch框架学习(9)torchvision.transform
R中设置图形参数--函数par()详解
ORACLE系统表空间SYSTEM占满无法扩充表空间问题解决过程
微信小程序wx.writeBLECharacteristicValue汉字转buffer问题
转载fstream,ifstream的详细用法
ACID四种特性
图片批量添加水印批量缩放图片到指定大小
IDEA连接MySQL数据库并执行SQL查询操作
再肝3天,整理了90个 NumPy 例子,不能不收藏!
Mockito基本使用指南
图片批量添加水印批量加背景缩放批量合并工具picUnionV4.0
十年磨一剑!数字藏品行情软件,链读APP正式开放内测!
Chain Reading|The latest and most complete digital collection sales calendar-08.02
网络安全6
Linux database Oracle client installation, used for shell scripts to connect to the database with sqlplus
pytorch框架学习(5)torchvision模块&训练一个简单的自己的CNN (二)
Pony语言学习(七)——表达式(Expressions)语法(单篇向)
view【】【】【】【】