转载网址:https://blog.yupaits.com/blog/record/linux-confluence.html#安装步骤

Confluence简介

Confluence是一个专业的企业知识管理与协同软件,也可以用于构建企业wiki 。通过它可以实现团队成员之间的协作和知识共享。

Confluence为团队提供一个协作环境。在这里,团队成员齐心协力,各擅其能,协同地编写文档和管理项目。从此打破不同团队、不同部门以及个人之间信息孤岛的僵局,Confluence真正实现了组织资源共享。

Confluence使用简单,但它强大的编辑和站点管理特征能够帮助团队成员之间共享信息、文档协作、集体讨论,信息推送。

# 安装步骤

  1. 进入Confluence官网

    浏览Confluence官网

,进入Linux 64Bit下载地址

远程连接阿里云服务器实例。

下载Confluence

  1. wget https://downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-6.3.2-x64.bin

向安装文件添加执行权限

  1. chmod +x ./atlassian-confluence-6.3.2-x64.bin

执行安装

  1. ./atlassian-confluence-6.3.2-x64.bin

填写配置信息

  1. [root@iZ125p3eqb4fw3Z data]# ./atlassian-confluence-6.3.1-x64.bin
  2. Unpacking JRE ...
  3. Starting Installer ...
  4. Aug 04, 2017 11:31:41 AM java.util.prefs.FileSystemPreferences$2 run
  5. INFO: Created system preferences directory in java.home.
  6. This will install Confluence 6.3.1 on your computer.
  7. OK [o, Enter], Cancel [c]
  8. o
  9. Choose the appropriate installation or upgrade option.
  10. Please choose one of the following:
  11. Express Install (uses default settings) [1],
  12. Custom Install (recommended for advanced users) [2, Enter],
  13. Upgrade an existing Confluence installation [3]
  14. 2
  15. Where should Confluence 6.3.1 be installed?
  16. [/opt/atlassian/confluence]
  17. /data/atlassian/confluence
  18. Default location for Confluence data
  19. [/var/atlassian/application-data/confluence]
  20. /data/atlassian/application-data/confluence
  21. Configure which ports Confluence will use.
  22. Confluence requires two TCP ports that are not being used by any other
  23. applications on this machine. The HTTP port is where you will access
  24. Confluence through your browser. The Control port is used to Startup and
  25. Shutdown Confluence.
  26. Use default ports (HTTP: 8090, Control: 8000) - Recommended [1, Enter], Set custom value for HTTP and Control ports [2]
  27. 1
  28. Confluence can be run in the background.
  29. You may choose to run Confluence as a service, which means it will start
  30. automatically whenever the computer restarts.
  31. Install Confluence as Service?
  32. Yes [y, Enter], No [n]
  33. y
  34. Extracting files ...
  35. Please wait a few moments while we configure Confluence.
  36. Installation of Confluence 6.3.1 is complete
  37. Start Confluence now?
  38. Yes [y, Enter], No [n]
  39. y
  40. Please wait a few moments while Confluence starts up.
  41. Launching Confluence ...
  42. Installation of Confluence 6.3.1 is complete
  43. Your installation of Confluence 6.3.1 is now ready and can be accessed via
  44. your browser.
  45. Confluence 6.3.1 can be accessed at http://localhost:8090
  46. Finishing installation ...

完成安装,在浏览器中打开 http://{host}:8090 访问Confluence

安装最新版本

  1. wget https://downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-7.6.1-x64.bin
  2. chmod a+x atlassian-confluence-7.6.1-x64.bin
  3. ./atlassian-confluence-7.6.1-x64.bin
  4. Unpacking JRE ...
  5. Starting Installer ...
  6. This will install Confluence 7.6.1 on your computer.
  7. OK [o, Enter], Cancel [c]
  8. o
  9. Click Next to continue, or Cancel to exit Setup.
  10. Choose the appropriate installation or upgrade option.
  11. Please choose one of the following:
  12. Express Install (uses default settings) [1],
  13. Custom Install (recommended for advanced users) [2, Enter],
  14. Upgrade an existing Confluence installation [3]
  15. 2
  16. Select the folder where you would like Confluence 7.6.1 to be installed,
  17. then click Next.
  18. Where should Confluence 7.6.1 be installed?
  19. [/opt/atlassian/confluence]
  20. Default location for Confluence data
  21. [/var/atlassian/application-data/confluence]
  22. Configure which ports Confluence will use.
  23. Confluence requires two TCP ports that are not being used by any other
  24. applications on this machine. The HTTP port is where you will access
  25. Confluence through your browser. The Control port is used to Startup and
  26. Shutdown Confluence.
  27. Use default ports (HTTP: 8090, Control: 8000) - Recommended [1, Enter], Set custom value for HTTP and Control ports [2]
  28. 1
  29. Confluence can be run in the background.
  30. You may choose to run Confluence as a service, which means it will start
  31. automatically whenever the computer restarts.
  32. Install Confluence as Service?
  33. Yes [y, Enter], No [n]
  34. y
  35. Extracting files ...
  36. Please wait a few moments while we configure Confluence.
  37. Installation of Confluence 7.6.1 is complete
  38. Start Confluence now?
  39. Yes [y, Enter], No [n]
  40. y
  41. Please wait a few moments while Confluence starts up.
  42. Launching Confluence ...
  43. Installation of Confluence 7.6.1 is complete
  44. Your installation of Confluence 7.6.1 is now ready and can be accessed via
  45. your browser.
  46. Confluence 7.6.1 can be accessed at http://localhost:8090
  47. Finishing installation ...

服务启动,关闭

  1. /opt/atlassian/confluence/bin/start-confluence.sh
  2. /opt/atlassian/confluence/bin/stop-confluence.sh

试用



正式



就算试用,也得申请试用注册码,太麻烦了

网上有注册机教程,可以破解,这个就先不研究的,等有需要再说

linux系统安装Confluence的更多相关文章

  1. linux系统安装(上)

    1.VMware虚拟机的软件应用 www.vmware.com 2.linux系统安装设置(分区为重点) 3.远程登录管理工具介绍centOS5.5 使用虚拟机的优点 1.不用分区 2.可以完成本机与 ...

  2. 1.Linux系统安装

    Linux系统安装系统分区(磁盘分区) 主要管理:文件和目录分类:主分区:最多有4个 扩展分区:1个扩展分区 和主分区最多4个 存放逻辑分区 逻辑分区:存放数据 格式化:高级格式化(逻辑格式化) 写入 ...

  3. Linux学习心得之 LVM管理与Linux系统安装

    作者:枫雪庭 出处:http://www.cnblogs.com/FengXueTing-px/ 欢迎转载 LVM管理与Linux系统安装 1.前言 2.LVM 简介与术语 3.LVM 使用 4.Li ...

  4. Linux系统安装时分区的选择(推荐)

    Linux系统安装时分区的选择(推荐)  出处:http://www.cnblogs.com/gylei/archive/2011/12/04/2275987.html 前言: 以前初识Linux时, ...

  5. LNMP平台搭建---Linux系统安装篇

    在互联网网站开发领域,有一个名词,大家一定不陌生,那就是LAMP,经典的Web服务器环境,由Linux+Apache+MySQL+PHP组成,,后来,一个名叫Nginx的Web服务器开源出来了,因其更 ...

  6. Vmware安装与VMware下Linux系统安装

    源文件地址:http://www.cnblogs.com/lclq/p/5619271.html 1.下载安装VMware,我安装的是VMware 12.VMware从11开始不再支持32位系统,32 ...

  7. linux系统安装(虚拟机以及linux的下载与安装)

    最近开始研究linux系统,以前接触linux系统只是一些简单的命令,例如: pwd:查看当前目录   ls:遍历目录    cd :在目录之间切换等. linux系统是基于unix系统开发的,是一个 ...

  8. Linux达人养成计划1(第2章 Linux系统安装)

    2.3 系统分区之分区与格式化 1. 分区类型 主分区:最多只能有四个. 扩展分区: 最多只能有1个. 主分区加扩展分区最多有4个. 不能写入数据,只能包含逻辑分区. 逻辑分区: 2. 格式化(高级格 ...

  9. 把虚拟机中的Linux系统安装到U盘中

    [小技巧] 把虚拟机中的Linux系统安装到U盘中 出于各种需求,很多用户可能经常会在Windows系统中安装虚拟机,然后在虚拟机中安装Linux系统.使用虚拟机的优点是可以同时使用多个系统,而缺点也 ...

随机推荐

  1. java的访问权限protected和default

    protected和default的区别 第一点:在同一个包中,protected和default表现一致,即,当main方法所在的类和使用了protected与default修饰属性.方法的类在同一 ...

  2. 平衡树——splay 一

    splay 一种平衡树,同时也是二叉排序树,与treap不同,它不需要维护堆的性质,它由Daniel Sleator和Robert Tarjan(没错,tarjan,又是他)创造,伸展树是一种自调整二 ...

  3. 教你PC端网易云音乐自定义代理,VIP免费听歌!

    今天分享一份福利吧,使用网易云音乐自定义代理实现免费听和下载VIP.极高音质.付费的歌曲,这里主要针对PC端电脑版的,需要自己写脚本运行. 01 安装node.js Node.js是一个让 JavaS ...

  4. Stream流中的常用方法foeEach和Stream流中的常用方法filter

    延迟方法:返回值类型仍然是Stream接口自身类型的方法,因此支持链式调用.(除了中介方法外,其余方法均为延迟方法) 终结方法:返回值类型不再是Stream接口自身类型的方法,因此不再支持类似Stri ...

  5. 学python,怎么能不学习scrapy呢!

    摘要:本文讲述如何编写scrapy爬虫. 本文分享自华为云社区<学python,怎么能不学习scrapy呢,这篇博客带你学会它>,作者: 梦想橡皮擦 . 在正式编写爬虫案例前,先对 scr ...

  6. 后端统一处理返回前端日期LocalDateTime格式化去T,Long返回前端损失精度问题

    一.前言 我们在实际开发中肯定会遇到后端的时间传到前端是这个样子的:2022-08-02T15:43:50 这个时候前后端就开始踢皮球了,!! 后端说:前端来做就可! 前端说:后端来做就可! 作为一名 ...

  7. AtCoder Educational DP Contest 总结

    前言 感觉都初一升初二了,再做这个题是不是有点太菜了啊-- 里面大概都是些 DP 板子题(确信,题目质量还挺高的,不过不涉及太难的优化(实际上只有最后一题是斜率优化). 不管了,还是写个 blog 来 ...

  8. 论文解读(ChebyGIN)《Understanding Attention and Generalization in Graph Neural Networks》

    论文信息 论文标题:Understanding Attention and Generalization in Graph Neural Networks论文作者:Boris Knyazev, Gra ...

  9. 树莓派4B无屏幕连接Wi-Fi/启用ssh/创建用户

    前边总得说点什么 最近每次在Win10上写代码需要启动Redis,残血Redis For Windows有卡死系统的bug.由于主机内存不大够用(已经扩到顶了),开虚拟机运行Redis更别提了..想起 ...

  10. Word 段前分页是什么?怎么设置?

    描述 这两个标题在第一个标题的页中,且两个标题都没有独立分页.要让每一个标题独立分页,需要对标题的格式进行修改. 段前分页指的是标题与标题之间不在同一个页中,每一个标题都在独立的页中. 设置段前分页 ...