通过与 Jira 对比,让您更全面了解 PingCode

  • 首页
  • 需求与产品管理
  • 项目管理
  • 测试与缺陷管理
  • 知识管理
  • 效能度量
        • 更多产品

          客户为中心的产品管理工具

          专业的软件研发项目管理工具

          简单易用的团队知识库管理

          可量化的研发效能度量工具

          测试用例维护与计划执行

          以团队为中心的协作沟通

          研发工作流自动化工具

          账号认证与安全管理工具

          Why PingCode
          为什么选择 PingCode ?

          6000+企业信赖之选,为研发团队降本增效

        • 行业解决方案
          先进制造(即将上线)
        • 解决方案1
        • 解决方案2
  • Jira替代方案

25人以下免费

目录

怎么搭建confluence

搭建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服务,文件服务,数据库服务部署需要在同一台服务器上。

一、搭建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并面向公众开放。

相关文章