zoukankan      html  css  js  c++  java
  • linux系统安装Confluence

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

    Confluence简介

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

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

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

    # 安装步骤

    1. 进入Confluence官网

      浏览Confluence官网

    ,进入 Linux 64Bit下载地址

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

    下载Confluence

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

    向安装文件添加执行权限

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

    执行安装

    ./atlassian-confluence-6.3.2-x64.bin
         
    

    填写配置信息

    [root@iZ125p3eqb4fw3Z data]# ./atlassian-confluence-6.3.1-x64.bin 
    Unpacking JRE ...
    Starting Installer ...
    Aug 04, 2017 11:31:41 AM java.util.prefs.FileSystemPreferences$2 run
    INFO: Created system preferences directory in java.home.
    
    This will install Confluence 6.3.1 on your computer.
    OK [o, Enter], Cancel [c]
    o
    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]
    2
    
    Where should Confluence 6.3.1 be installed?
    [/opt/atlassian/confluence]
    /data/atlassian/confluence
    Default location for Confluence data
    [/var/atlassian/application-data/confluence]
    /data/atlassian/application-data/confluence
    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]
    1
    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]
    y
    
    Extracting files ...
                                                                            
    
    Please wait a few moments while we configure Confluence.
    Installation of Confluence 6.3.1 is complete
    Start Confluence now?
    Yes [y, Enter], No [n]
    y
    
    Please wait a few moments while Confluence starts up.
    Launching Confluence ...
    Installation of Confluence 6.3.1 is complete
    Your installation of Confluence 6.3.1 is now ready and can be accessed via
    your browser.
    Confluence 6.3.1 can be accessed at http://localhost:8090
    Finishing installation ...
        
    

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

    安装最新版本

    wget https://downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-7.6.1-x64.bin
    chmod a+x atlassian-confluence-7.6.1-x64.bin 
    ./atlassian-confluence-7.6.1-x64.bin
    
    Unpacking JRE ...
    Starting Installer ...
    
    This will install Confluence 7.6.1 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:
    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 would like Confluence 7.6.1 to be installed,
    then click Next.
    Where should Confluence 7.6.1 be installed?
    [/opt/atlassian/confluence]
    
    
    Default location for Confluence data
    [/var/atlassian/application-data/confluence]
    
    
    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]
    1
    
    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]
    y
    
    Extracting files ...
                                                                               
    
    Please wait a few moments while we configure Confluence.
    
    Installation of Confluence 7.6.1 is complete
    Start Confluence now?
    Yes [y, Enter], No [n]
    y
    
    Please wait a few moments while Confluence starts up.
    Launching Confluence ...
    
    Installation of Confluence 7.6.1 is complete
    Your installation of Confluence 7.6.1 is now ready and can be accessed via
    your browser.
    Confluence 7.6.1 can be accessed at http://localhost:8090
    Finishing installation ...
    

    服务启动,关闭

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

    试用

    正式


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

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

  • 相关阅读:
    java多线程编程核心技术——第七章补漏拾遗
    java多线程编程核心技术——第六章总结
    第六章:单例模式与多线程序言
    java多线程编程核心技术——第五章总结
    第五章——定时器Timer序言
    我的日志app企划书1.0版本
    du -sh
    安装saltstack使用的shell
    Neo4j社区版配置文件
    挂载磁盘
  • 原文地址:https://www.cnblogs.com/sanduzxcvbnm/p/13323872.html
Copyright © 2011-2022 走看看