• Confluence 快速安装教程


    安装jdk

    1. yum install -y java-1.8.0-openjdk.x86_64
    2. java -version

    安装MySQL

    1. mkdir -p /data/mysql/data
    2. chmod 777 /data/mysql/data
    3. docker rm -f mysql
    4. docker run -d --name mysql \
    5. -p 3306:3306 \
    6. -e MYSQL_ROOT_PASSWORD=fingard1 \
    7. -v /data/mysql/data:/var/lib/mysql \
    8. -e TZ=Asia/Shanghai \
    9. --restart=always \
    10. mysql:5.7.28 \
    11. --character-set-server=utf8mb4 \
    12. --collation-server=utf8mb4_general_ci \
    13. --lower-case-table-names=1 \
    14. --default-storage-engine=INNODB \
    15. --max-connections=100000
    16. docker logs -f mysql

    安装Confluence

    1. chmod +777 atlassian-confluence-7.13.11-x64.bin
    2. ./atlassian-confluence-7.13.11-x64.bin

    输入: ./atlassian-confluence-7.13.11-x64.bin # 开始安装

    接下来你需要输入来选 o 1 i y ,具体作用下面的执行结果,我在相应的地方有注释 

    1. root@wiki:/mnt/confluence# ./atlassian-confluence-7.13.11-x64.bin
    2. Installing fontconfig and fonts
    3. Hit:1 http://mirrors.huaweicloud.com/debian bullseye InRelease
    4. Hit:2 http://mirrors.huaweicloud.com/debian bullseye-updates InRelease
    5. Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
    6. Reading package lists... Done
    7. Reading package lists... Done
    8. Building dependency tree... Done
    9. Reading state information... Done
    10. fontconfig is already the newest version (2.13.1-4.2).
    11. fontconfig set to manually installed.
    12. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    13. Reading package lists... Done
    14. Building dependency tree... Done
    15. Reading state information... Done
    16. The following NEW packages will be installed:
    17. fonts-dejavu
    18. 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
    19. Need to get 32.6 kB of archives.
    20. After this operation, 39.9 kB of additional disk space will be used.
    21. Get:1 http://mirrors.huaweicloud.com/debian bullseye/main amd64 fonts-dejavu all 2.37-2 [32.6 kB]
    22. Fetched 32.6 kB in 0s (506 kB/s)
    23. Selecting previously unselected package fonts-dejavu.
    24. (Reading database ... 45291 files and directories currently installed.)
    25. Preparing to unpack .../fonts-dejavu_2.37-2_all.deb ...
    26. Unpacking fonts-dejavu (2.37-2) ...
    27. Setting up fonts-dejavu (2.37-2) ...
    28. Reading package lists... Done
    29. Building dependency tree... Done
    30. Reading state information... Done
    31. Suggested packages:
    32. fonts-noto-cjk-extra
    33. The following NEW packages will be installed:
    34. fonts-noto-cjk
    35. 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
    36. Need to get 55.1 MB of archives.
    37. After this operation, 91.3 MB of additional disk space will be used.
    38. Get:1 http://mirrors.huaweicloud.com/debian bullseye/main amd64 fonts-noto-cjk all 1:20201206-cjk+repack1-1 [55.1 MB]
    39. Fetched 55.1 MB in 5s (11.1 MB/s)
    40. Selecting previously unselected package fonts-noto-cjk.
    41. (Reading database ... 45295 files and directories currently installed.)
    42. Preparing to unpack .../fonts-noto-cjk_1%3a20201206-cjk+repack1-1_all.deb ...
    43. Unpacking fonts-noto-cjk (1:20201206-cjk+repack1-1) ...
    44. Setting up fonts-noto-cjk (1:20201206-cjk+repack1-1) ...
    45. Processing triggers for fontconfig (2.13.1-4.2) ...
    46. Regenerating the font cache
    47. Fonts and fontconfig have been installed
    48. Unpacking JRE ...
    49. Starting Installer ...
    50. This will install Confluence 7.13.11 on your computer. # 问是不是要在这个电脑上装
    51. OK [o, Enter], Cancel [c]
    52. o #选O
    53. Click Next to continue, or Cancel to exit Setup.
    54. Choose the appropriate installation or upgrade option. # 问安装模式
    55. Please choose one of the following:
    56. Express Install (uses default settings) [1], 快捷安装
    57. Custom Install (recommended for advanced users) [2, Enter], 自定义安装
    58. Upgrade an existing Confluence installation [3] 升级当前的系统
    59. 1 #选1
    60. See where Confluence will be installed and the settings that will be used. #告诉你一些基本信息
    61. Installation Directory: /opt/atlassian/confluence
    62. Home Directory: /var/atlassian/application-data/confluence
    63. HTTP Port: 8090
    64. RMI Port: 8000
    65. Install as service: Yes
    66. Install [i, Enter], Exit [e]
    67. i #默认端口 8090 选i
    68. Extracting files ...
    69. Please wait a few moments while we configure Confluence.
    70. Installation of Confluence 7.13.11 is complete #是不是要启动
    71. Start Confluence now?
    72. Yes [y, Enter], No [n]
    73. y #是 y
    74. Please wait a few moments while Confluence starts up.
    75. Launching Confluence ...
    76. Installation of Confluence 7.13.11 is complete
    77. Your installation of Confluence 7.13.11 is now ready and can be accessed via
    78. your browser.
    79. Confluence 7.13.11 can be accessed at http://localhost:8090
    80. Finishing installation ... #搞定

    http:ip:8090 访问

    Confluence7.4安装教程_confluence安装教程_苜蓿花乐园的博客-CSDN博客

    按照这个文件,将MySQL驱动和授权弄好

    confluence安装过程连接数据库遇到的问题_confluence 排序规则错误-CSDN博客

  • 相关阅读:
    阿里云服务中断事件:原因、影响与解决方案
    深度学习:cross-attention介绍以及与self-attention的区别
    Java注解详解和自定义注解实战,用代码讲解
    docker系统笔记-02容器快速上手
    python基础知识整理 05-面向对象、类、继承
    samba 部署
    websocket通信
    【前端】HTML认知
    CSS3盒子模型
    Android显示系统-GraphicBuffer和Gralloc分析
  • 原文地址:https://blog.csdn.net/qq_37989070/article/details/134481869