Confluence6.7.1_install

Posted alexr

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Confluence6.7.1_install相关的知识,希望对你有一定的参考价值。

 

 

安装环境:CentOS Linux release 7.2.1511 (Core) 

 

 

1.准备工作:

  下载confluence6.7.1:wget https://downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-6.7.1-x64.bin

   破解包 https://files.cnblogs.com/files/Javame/confluence%E7%A0%B4%E8%A7%A3%E5%B7%A5%E5%85%B7.zip

   JDK1.8:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

   mysql驱动:http://central.maven.org/maven2/mysql/mysql-connector-java/5.1.46/mysql-connector-java-5.1.46.jar

 

 

2.安装Confluence-6.7.1

       …

       …略

技术图片

 

 

 

3.破解工作

   #将/opt/atlassian/confluence/confluence/WEB-INF/lib(atlassian-extras-decoder-v2-3.3.0.jar) copy本地;并改名“atlassian-extras-2.4.jar”

  # java -jar confluence_keygen.jar;

  #点击“.patch!”加载atlassian-extras-2.4.jar,然后点击“.gen!”生成key,把拷贝key到confluence;

技术图片

 

 

3.配置数据源

create  database  confluence default  character set utf8  collate  utf8_bin;

技术图片

 

 技术图片

 

 

4.Confluence 备份数据

   /var/atlassian/application-data/confluence

   # tar -cvf confluence.tar confluence/

 

 

以上是关于Confluence6.7.1_install的主要内容,如果未能解决你的问题,请参考以下文章

代码审计VauditDemo程序到exp编写_巡安似海

pip install 出错:“没有名为 pip.__main__ 的模块”[重复]

windows pip install twisted troubleshooting

执行 mysqld --install 报错:由于找不到VCRUNTIME140 1.dII, 无法继续执行代码

centos下安装pillow报ImportError: The _imagingft C module is not installed的解决方案

install python in wine