a)、下载Confluence,登陆Confluence官网,下载所需的安装版本,Download Confluence。

b)、安装Confluence,参考文档Installing Confluence on Linux
使用work用户安装
把安装文件复制到/home/work/wiki文件夹下,添加执行权限
#chmod a+x atlassian-confluence-6.15.7-x64.bin
执行安装文件
#./atlassian-confluence-6.15.7-x64.bin
Unpacking JRE ... Starting Installer ... You do not have administrator rights to this machine and as such, some installation options will not be available. Are you sure you want to continue ? Yes [y, Enter], No [n] # 使用work用户安装,会提示权限问题 y This will install Confluence 6.15.7 on your computer. OK [o, Enter], Cancel [c] # 是否安装 o Click Next to continue , or Cancel to exit Setup. Choose the appropriate installation or upgrade option. Please choose one of the following: # 如果选择2,会让用户选择安装目录 Express Install (uses default settings) [1], Custom Install (recommended for advanced users ) [2, Enter], Upgrade an existing Confluence installation [3] 2 Select the folder where you
|