Confluence install 7.0.1

DevOps Tool评论2,264字数 761阅读2分32秒阅读模式

MySQL

Confluence

  • 下载 bin 包
[root@iZ2ze2jlupmjlwwfuyg30jZ ~]# wget https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-7.0.1-x64.bin
  • 执行安装
[root@gitlab ~]# chmod +x atlassian-confluence-7.0.1-x64.bin


This will install Confluence 7.0.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]


Select the folder where you would like Confluence 7.0.1 to be installed,
then click Next.
Where should Confluence 7.0.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]

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.0.1 is complete
Start Confluence now?
Yes [y, Enter], No [n]
y

Installation of Confluence 7.0.1 is complete
Your installation of Confluence 7.0.1 is now ready and can be accessed via
your browser.
Confluence 7.0.1 can be accessed at http://localhost:8090
Finishing installation ...

访问页面 localhost:8090

  • http://192.168.31.36:8090/

Confluence install 7.0.1-图片1

  • 下一步

Confluence install 7.0.1-图片2

  • 到这一步骤后进入破解环节

Confluence install 7.0.1-图片3

  • 开始破解程序,首先把下面的文件拷贝到出来
[root@gitlab Centos7]# ls /opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.4.1.jar
/opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.4.1.jar
  • 然后下载文件:iNViSiBLE.zip,打开 confluence_keygen.jar 文件,输入上方的 Server ID 以及 Name,点击 gen:

Confluence install 7.0.1-图片4

Confluence install 7.0.1-图片5

  • 把拷贝出来的文件 atlassian-extras-decoder-v2-3.4.1.jar,更名为, atlassian-extras-2.4.jar 否则破解软件会不识别。
MacBook-Pro:Downloads lucky$ ls atlassian-extras-decoder-v2-3.4.1.jar
atlassian-extras-decoder-v2-3.4.1.jar
MacBook-Pro:Downloads lucky$ mv atlassian-extras-decoder-v2-3.4.1.jar atlassian-extras-2.4.jar
  • 然后通过破解软件点击 path,找到这个文件并打开:

Confluence install 7.0.1-图片6

  • 破解成功后显示如下:

Confluence install 7.0.1-图片7

Confluence install 7.0.1-图片8

  • 并生成一个后缀 bak 的原名包,如果重复破解 jar,请把 bak 包删除掉在破解,并把生成的 Key 复制下来!
  • 把破解成功后的包移回之前的目录内:
[root@gitlab ~]# ll
总用量 665224
-rw-------. 1 root root      1541 6月  29 20:52 anaconda-ks.cfg
-rwxr-xr-x. 1 root root 681173564 7月   3 14:48 atlassian-confluence-7.0.1-x64.bin
-rw-------. 1 root root      6673 9月   5 2019 atlassian-extras-2.4.jar
drwxr-xr-x. 3 root root        88 7月   3 14:45 Centos7
[root@gitlab ~]# mv atlassian-extras-2.4.jar atlassian-extras-decoder-v2-3.4.1.jar
[root@gitlab ~]# mv atlassian-extras-decoder-v2-3.4.1.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
mv:是否覆盖"/opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.4.1.jar"? yes
[root@gitlab ~]# wget -qO- https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.48.tar.gz | tar zx -C /opt
[root@gitlab ~]# cp -a /opt/mysql-connector-java-5.1.48/mysql-connector-java-5.1.48-bin.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/
  • 重启 Confluence
[root@gitlab ~]# /opt/atlassian/confluence/bin/shutdown.sh
[root@gitlab ~]# /opt/atlassian/confluence/bin/startup.sh
  • 成功启动后,进入输入 License 环节,然后把破解出来的 License 复制到内容框里:

Confluence install 7.0.1-图片9

  • 下一步

Confluence install 7.0.1-图片10

  • 选择 MySQL
mysql> CREATE DATABASE confluence CHARACTER SET 'UTF8' COLLATE 'utf8_bin';
Query OK, 1 row affected (0.01 sec)

mysql> SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED;
Query OK, 0 rows affected (0.00 sec)

Confluence install 7.0.1-图片11

  • 选择 Example Site(自定义)

Confluence install 7.0.1-图片12

  • 选择 第一项,如果有其他需求可关联 JIRA

Confluence install 7.0.1-图片13

  • 输入管理员账户密码

Confluence install 7.0.1-图片14

  • 完成安装

Confluence install 7.0.1-图片15

  • 测试空间名称

Confluence install 7.0.1-图片16

  • 尽情享用把~

Confluence install 7.0.1-图片17

安装插件

安装个人偏好的插件:RefinedToolki

Confluence install 7.0.1-图片18

继续阅读
历史上的今天
11 月
10
 
DevOps
  • 本文由 DevOps 发表于 2022年11月10日 17:12:32
  • 除非特殊声明,本站文章均为原创,转载请务必保留本文链接
  • Confluence
端口查看 Tool

端口查看

查看udp端口 查询指定udp端口方法 netstat -u -a | grep ':50001' 查询指定udp端口方法 ss -u -a | grep ':50001' 查看tcp端口 查看指定t...
frp0.52.3 Tool

frp0.52.3

FRP 介绍 frp 是一个专注于内网穿透的高性能反向代理应用,支持 TCP、UDP、HTTP、HTTPS 等多种协议,且支持 P2P 通信。可以将内网服务以安全、便捷的方式通过具有公网 IP 节点的...
SSL私有证书配置 Tool

SSL私有证书配置

一、生成证书 1.1 简述 一键生成私有证书脚本,兼容CentOS 7.9系统和Ubuntu 20.04.6以上系统,运行脚本加IP地址即可。 1.2 生成 在CentOS或Ubuntu系统上使用ro...

发表评论