搭建confluence包括:1. 怎么搭建confluence;2. 部署过程。其中,部署资源包括: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文件)。web服务,文件服务,数据库服务部署需要在同一台服务器上。
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文件)。
上传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是一个专业的企业知识管理与协同软件,也可以用于构建企业wiki。使用简单,但它强大的编辑和站点管理特征能够帮助团队成员之间共享信息、文档协作、集体讨论,信息推送。Confluence为团队提供一个协作环境。在这里,团队成员齐心协力,各擅其能,协同地编写文档和管理项目。从此打破不同团队、不同部门以及个人之间信息孤岛的僵局,Confluence真正实现了组织资源共享。
Confluence 已经在超过100个国家,13500个组织中成功地应用于企业内网平台、知识管理及文档管理,涉及财富1000企业、政府机构、教育机构、财务金融机构及技术研究领域。
包括IBM、Sun MicroSystems、SAP等众多知名企业使用Confluence来构建企业Wiki并面向公众开放。
最后建议,企业在引入信息化系统初期,切记要合理有效地运用好工具,这样一来不仅可以让公司业务高效地运行,还能最大程度保证团队目标的达成。同时还能大幅缩短系统开发和部署的时间成本。特别是有特定需求功能需要定制化的企业,可以采用我们公司自研的企业级低代码平台:织信Informat。 织信平台基于数据模型优先的设计理念,提供大量标准化的组件,内置AI助手、组件设计器、自动化(图形化编程)、脚本、工作流引擎(BPMN2.0)、自定义API、表单设计器、权限、仪表盘等功能,能帮助企业构建高度复杂核心的数字化系统。如ERP、MES、CRM、PLM、SCM、WMS、项目管理、流程管理等多个应用场景,全面助力企业落地国产化/信息化/数字化转型战略目标。 版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们微信:Informat_5 处理,核实后本网站将在24小时内删除。版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系邮箱:hopper@cornerstone365.cn 处理,核实后本网站将在24小时内删除。