confluence是什么?
confluence是Atlassian公司开发的团队协同与知识管理工具,能够帮助团队成员之间共享信息、文档协作、集体讨论,信息推送。
[root@lucky opt]# ./atlassian-confluence-6.15.4-x64.bin Unpacking JRE ... Starting Installer ... This will install Confluence 6.15.4 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 6.15.4 to be installed, then click Next. Where should Confluence 6.15.4 be installed? [/opt/atlassian/confluence]
指定安装目录
输入新的安装路径,或者是默认路径(请记住这个默认路径)
[/opt/atlassian/confluence] /home/confluence/atlassian/confluence Default location for Confluence data [/var/atlassian/application-data/confluence] /home/confluence/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
出现如下说明安装成功了
Installation of Confluence 6.15.4 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.15.4 is complete Your installation of Confluence 6.15.4 is now ready and can be accessed via your browser. Confluence 6.15.4 can be accessed at http://localhost:8090 Finishing installation ...
修改JVM配置文件
[root@lucky opt]# vim /home/confluence/atlassian/confluence/bin/setenv.sh CATALINA_OPTS="-Xms1024m -Xmx1024m -XX:+UseG1GC ${CATALINA_OPTS}" 改为 CATALINA_OPTS="-Xms1024m -Xmx2048m -XX:+UseG1GC ${CATALINA_OPTS}"
破解
) 破解Confluence
l 先将atlassian-extras-decoder-v2-3.4.1.jar拷贝到本地,重命名为atlassian-extras-2.4.jar
l 运行confluence_keygen.jar破解工具
l 将记录的server ID填入,Name随便填
l 点击.gen, 生成key并记录
l 点击patch,选择刚下传到本地的atlassian-extras-2.4.jar文件进行破解
到这一步骤后进入破解环节,复制服务器ID,下载如下配置文件到本地。
[root@lucky opt]# sz /home/confluence/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.4.1.jar
把拷贝出来的文件 atlassian-extras-decoder-v2-3.4.1.jar,更名为, atlassian-extras-2.4.jar 否则破解软件会不识别。
atlassian-extras-2.4.jar
关闭服务开始破解
[root@lucky opt]# /etc/init.d/confluence stop
name:随意输入,serverID,输入你服务ID。点击.patch选择下载的jar包破解。
破解
出现如上说明破解成功了。
上传破解包
[root@lucky opt]# cd /home/confluence/atlassian/confluence/confluence/WEB-INF/lib/ [root@lucky lib]# rz rz waiting to receive.[root@lucky lib]# [root@lucky lib]# mv atlassian-extras-decoder-v2-3.4.1.jar 1.jar [root@lucky lib]# mv atlassian-extras-2.4.jar atlassian-extras-decoder-v2-3.4.1.jar
启动服务
[root@lucky mysql-connector-java-5.1.48]# /etc/init.d/confluence start
继续阅读
- 我的QQ
- QQ扫一扫
-
- 我的头条
- 头条扫一扫
-
评论