怎么搭建confluence?
一、搭建confluence
1. 怎么搭建confluence
atlassian-confluence-6.9.1-x64.bin;
confluence破解工具;
mysql-8.0.20-linux-glibc2.12-i686.tar.xz;
mysql-connector-java-8.0.20.jar;
JDK1.8 ⬆(安装在本地windows上面,支持运行破解工具的jar文件)。
2. 部署过程
上传atlassian-confluence-6.9.1-x64.bin到服务器
给atlassian-confluence-6.9.1-x64.bin文件赋执行权限
cd /home/confluence
chmod 777 atlassian-confluence-6.9.1-x64.bin
执行atlassian-confluence-6.9.1-x64.bin文件进行安装
[root@localhost confluence]# ./atlassian-confluence-6.9.1-x64.bin
Unpacking JRE …
Starting Installer …
#是否要安装:是
This will install Confluence 6.9.1 on your computer.
OK [o, Enter], Cancel [c]
Click Next to continue, or Cancel to exit Setup.
#如何安装:自定义
Choose the appropriate installation or upgrade option.
Please choose one of the following:
Express Install (uses default settings) [1],
Custom Install (recommended for advanced users) [2, Enter],
Upgrade an existing Confluence installation [3]
#默认安装目录?:否 /home/confluence/app
Select the folder where you would like Confluence 6.9.1 to be installed,
then click Next.
Where should Confluence 6.9.1 be installed?
[/opt/atlassian/confluence]
/home/confluence/app
#默认数据目录?:否 /home/confluence/data
Default location for Confluence data
[/var/atlassian/application-data/confluence]
/home/confluence/data
#默认端口?:是
Configure which ports Confluence will use.
Confluence requires two TCP ports that are not being used by any other
applications on this machine. The HTTP port is where you will access
Confluence through your browser. The Control port is used to Startup and
Shutdown Confluence.
Use default ports (HTTP: 8090, Control: 8000) – Recommended [1, Enter], Set custom value for HTTP and Control ports [2]
#确认安装confluence作为服务?:是
Confluence can be run in the background.
You may choose to run Confluence as a service, which means it will start
automatically whenever the computer restarts.
Install Confluence as Service?
Yes [y, Enter], No [n]
Extracting files …
Please wait a few moments while we configure Confluence.
#安装完成,是否启动?是
Installation of Confluence 6.9.1 is complete
Start Confluence now?
Yes [y, Enter], No [n]
Please wait a few moments while Confluence starts up.
Launching Confluence …
Installation of Confluence 6.9.1 is complete
Your installation of Confluence 6.9.1 is now ready and can be accessed via
your browser.
Confluence 6.9.1 can be accessed at http://localhost:8090
Finishing installation …
防火墙开放两个默认端口8090和8000 并重启防火墙
[root@localhost confluence]# firewall-cmd –zone=public –add-port=8090/tcp –permanent
success
[root@localhost confluence]# firewall-cmd –zone=public –add-port=8000/tcp –permanent
success
[root@localhost confluence]# systemctl reload firewalld
验证安装画面可以访问 地址:http://服务器IP:8090
延伸阅读:
二、什么是confluence
Confluence是一个专业的企业知识管理与协同软件,也可以用于构建企业wiki。使用简单,但它强大的编辑和站点管理特征能够帮助团队成员之间共享信息、文档协作、集体讨论,信息推送。Confluence为团队提供一个协作环境。在这里,团队成员齐心协力,各擅其能,协同地编写文档和管理项目。从此打破不同团队、不同部门以及个人之间信息孤岛的僵局,Confluence真正实现了组织资源共享。
Confluence 已经在超过100个国家,13500个组织中成功地应用于企业内网平台、知识管理及文档管理,涉及财富1000企业、政府机构、教育机构、财务金融机构及技术研究领域。
包括IBM、Sun MicroSystems、SAP等众多知名企业使用Confluence来构建企业Wiki并面向公众开放。

相关推荐HOT
更多>>
APP是怎样获取和上传数据到云端数据库的?
一、APP是怎样获取和上传数据到云端数据库的首先pc端的情况,现在一般都是BS架构的系统,所以肯定存在服务器和浏览器,服务器端部署着系统相关...详情>>
2023-10-14 23:32:35
为什么Visual FoxPro渐渐淘汰了?
一、为什么Visual FoxPro渐渐淘汰了为什么会有Visual FoxPro 要淘汰的传闻呢,我不是很清楚。但这两年微软对Visual FoxPro的不宣传态度却是为这...详情>>
2023-10-14 23:20:43
到底哪些APP在用Flutter?
一、滴滴出行滴滴出行是一款出行服务平台,提供打车、顺风车、单车等多种出行方式。在采用Flutter技术后,滴滴出行成功实现了Android和iOS平台...详情>>
2023-10-14 20:48:15
为什么不推荐使用try-with-finally处理Java异常?
一、不推荐使用try-with-finally处理Java异常的原因1、代码冗余使用 try-with-finally 时,需要在 finally 块中编写释放资源的代码,这可能导致...详情>>
2023-10-14 20:26:43热门推荐
为什么要把web服务器和数据库服务器运行在不同机器上?
沸APP是怎样获取和上传数据到云端数据库的?
热为什么Visual FoxPro渐渐淘汰了?
热粒度是什么意思?
新快照与备份有什么区别?
为什么MySQL中很少见到使用视图功能?
Notion Database中怎么能实现多级标签?
Python底层是用什么语言实现的?
到底哪些APP在用Flutter?
为什么不推荐使用try-with-finally处理Java异常?
苹果TF上架是什么意思?
Java并发编程需要掌握什么?
hash是什么?
Linux并发、竞态、互斥锁、自旋锁、信号量都是什么?
技术干货






