系统:

centos 7 部署confluence

 

confluence的运行是依赖java环境的,需要安装jdk并且要是1.8以上版本

centos 7 部署confluence

 

 

 

2.   安装数据库mysql

创建confluence库并授权

mysql> create database confluence default character set utf8 collate utf8_bin;

Query OK, 1 row affected (0.00 sec)

 

mysql> show databases;

+--------------------+

| Database           |

+--------------------+

| information_schema |

| confluence         |

| mysql              |

| performance_schema |

| sys                |

+--------------------+

5 rows in set (0.01 sec)

 

mysql> grant all on confluence.* to confluence@'%' identified by 'ZGY@2020';

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

mysql> grant all on confluence.* to confluence@'%' identified by 'ZGY@msp@2020';

Query OK, 0 rows affected, 1 warning (0.01 sec)

 

3.   安装confluence

1)         下载所需要的安装包

centos 7 部署confluence

 

 

 

2)         安装confluence

centos 7 部署confluence

 

 

 centos 7 部署confluence

 

3)         破解

破解包为:atlassian-extras-decoder-v2-3.2.jar

解压:mysql-connector-java-5.1.46.tar.gz

数据库驱动为:mysql-connector-java-5.1.39-bin.jar

先关闭confluence在将两个文件复制到/opt/atlassian/confluence/confluence/WEB-INF/lib目录

centos 7 部署confluence

 

 

 

启动

centos 7 部署confluence

 

 

 

4)         访问:ip+ 8090

centos 7 部署confluence

 

 

 

 centos 7 部署confluence

 

 

 下面这不可以跳过

centos 7 部署confluence

 

 

 centos 7 部署confluence

 

 

 centos 7 部署confluence

 

 

 

 

 centos 7 部署confluence

 

 

 centos 7 部署confluence

 

 

 

从空的空间开始

centos 7 部署confluence

 

 

 

配置管理员

centos 7 部署confluence

 

 

 centos 7 部署confluence

 

 

 

开始使用confluence

centos 7 部署confluence

 

 

 centos 7 部署confluence

 

查看破解是否成功

 

 

 

 centos 7 部署confluence

 

 

 

查看破解

相关文章:

  • 2022-01-21
  • 2021-11-12
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2022-12-23
  • 2021-08-05
  • 2022-01-12
  • 2021-04-29
  • 2021-10-21
  • 2021-07-06
相关资源
相似解决方案