1. 配置java环境,请参展我的另一篇博客

http://www.cnblogs.com/youran-he/p/8607155.html

2. 下载文件

https://pan.baidu.com/s/1YS2bcCO70TTvn9fjOde9gA

3.配置权限

root@hett-PowerEdge-T30:/usr/local/src# cp /home/hett/atlassian-confluence-5.6.6-x64.bin  ./
root@hett-PowerEdge-T30:/usr/local/src# chmod +x atlassian-confluence-5.6.6-x64.bin
root@hett-PowerEdge-T30:/usr/local/src#
4.安装

root@hett-PowerEdge-T30:/usr/local/src# sudo ./atlassian-confluence-5.6.6-x64.bin

o-2/1-y
5. 配置数据库

mysql>  CREATE DATABASE confluence CHARACTER SET utf8 COLLATE utf8_bin;
Query OK, 1 row affected (0.36 sec)

mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> INSERT INTO mysql.user(Host,User,Password) VALUES("localhost","confluence",password(”123456"));
Query OK, 1 row affected, 3 warnings (0.00 sec)

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON confluence.* TO confluence@localhost IDENTIFIED BY '123456';
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON confluence.* TO confluence@'%' IDENTIFIED BY '123456';
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql>

4.删除confluence

computer@computer-PowerEdge-T30:~$ sudo /opt/atlassian/confluence/uninstall
testing JVM in /opt/atlassian/confluence/jre ...
Are you sure you want to completely remove Confluence 5.6.6 and all of its components?
Yes [y, Enter], No [n]
y
Uninstalling Confluence 5.6.6 ...
Mar 27, 2018 10:25:37 AM java.util.prefs.FileSystemPreferences$2 run
INFO: Created system preferences directory in java.home.
The following files/directories were not deleted since they contain files with potentially important logs or configurations you may wish to retain. If you do not need to keep these files, however, you can safely delete these directories.
/opt/atlassian/confluence/logs
/opt/atlassian/confluence
/opt/atlassian

5. 破解

https://pan.baidu.com/s/1S-J-lDzpXbCJxvZ8or6IHw

破解文件

root@computer-PowerEdge-T30:~# /etc/init.d/confluence1 stop
executing using dedicated user
If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide

Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
Using CATALINA_BASE:   /opt/atlassian/confluence
Using CATALINA_HOME:   /opt/atlassian/confluence
Using CATALINA_TMPDIR: /opt/atlassian/confluence/temp
Using JRE_HOME:        /opt/atlassian/confluence/jre/
Using CLASSPATH:       /opt/atlassian/confluence/bin/bootstrap.jar:/opt/atlassian/confluence/bin/tomcat-juli.jar
Using CATALINA_PID:    /opt/atlassian/confluence/work/catalina.pid
Tomcat stopped.

删除配置文件:
root@computer-PowerEdge-T30:/opt/atlassian/confluence/confluence/WEB-INF/lib# rm -rf atlassian-extra*
root@computer-PowerEdge-T30:/opt/atlassian/confluence/confluence/WEB-INF/lib#
5. 破解

https://pan.baidu.com/s/1lETmEq3CSOUgMnimMnYbY 破解文件下载

root@computer-PowerEdge-T30:/opt/atlassian/confluence/confluence/WEB-INF/lib# ll /hom
total 1484
drwxrwxr-x 2 computer computer   4096  3月 27 11:01 ./
drwxrwxr-x 4 computer computer   4096  3月 27 11:01 ../
-rw-rw-r-- 1 computer computer 155443  3月 27 11:01 atlassian-extras-3.2.jar
-rw-rw-r-- 1 computer computer 363012  3月 27 11:01 Confluence-5.6.6-language-pack-zh
-rw-rw-r-- 1 computer computer 989497  3月 27 11:01 mysql-connector-java-5.1.39-bin.j
root@computer-PowerEdge-T30:/opt/atlassian/confluence/confluence/WEB-INF/lib# cp  /hotlassian-extras-3.2.jar ./
root@computer-PowerEdge-T30:/opt/atlassian/confluence/confluence/WEB-INF/lib# cp  /hoonfluence-5.6.6-language-pack-zh_CN.jar ./
root@computer-PowerEdge-T30:/opt/atlassian/confluence/confluence/WEB-INF/lib# cp  /hoysql-connector-java-5.1.39-bin.jar ./
root@computer-PowerEdge-T30:/opt/atlassian/confluence/confluence/WEB-INF/lib# cd  ~
root@computer-PowerEdge-T30:~# /etc/init.d/confluence1  start

To run Confluence in the foreground, start the server with start-confluence.sh -fg
executing using dedicated user: confluence1
If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide

Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
Using CATALINA_BASE:   /opt/atlassian/confluence
Using CATALINA_HOME:   /opt/atlassian/confluence
Using CATALINA_TMPDIR: /opt/atlassian/confluence/temp
Using JRE_HOME:        /opt/atlassian/confluence/jre/
Using CLASSPATH:       /opt/atlassian/confluence/bin/bootstrap.jar:/opt/atlassian/confluence/bin/tomcat-juli.jar
Using CATALINA_PID:    /opt/atlassian/confluence/work/catalina.pid
Tomcat started.
root@computer-PowerEdge-T30:~#

6. 在windows运行

配置完成之后,会有几分钟等待时间,导出数据

配置管理员信息

Ubuntu 14.04 配置confluence破解的更多相关文章

  1. Ubuntu 14.04 配置samba

    Ubuntu 14.04 配置samba: 安装略 # vi /etc/samba/smb.conf security = user  (在[global]下任意添加) [share] path = ...

  2. Ubuntu 14.04 配置vsftpd实现FTP服务器 - 通过FTP连接AWS

    测试主机:亚马逊AWS EC2 系统:Ubuntu 14.04 想用AWS来做服务器玩,结果发现其不能像简单使用阿里云服务器那样用ftp连接,反正也不熟悉ftp服务器搭建,那就乘这个机会学习一下如何利 ...

  3. Ubuntu 14.04 配置FTP

    配置Ubuntu 14.04的FTP服务,通过Windows远程访问Ubuntu 14.04的同时,可以实现windows和Ubuntu之间的文件交换传输.在多用户环境下,每一个用户都可以通过自己的帐 ...

  4. ZH奶酪:Ubuntu 14.04配置LAMP(Linux、Apache、MySQL、PHP)

    ZH奶酪:Ubuntu 14.04安装LAMP(Linux,Apache,MySQL,PHP) 之前已经介绍过LAMP的安装,这边文章主要讲解一下LAMP的配置. 1.配置Apache (1)调整Ke ...

  5. Ubuntu 14.04配置虚拟主机

    虚拟主机常用于在一个单独的IP地址上提供多个域名的网站服务.如果有人想在单个VPS的单个IP地址运行多个网站,这是非常有用的.在这个教程中,让我告诉你如何设置在Ubuntu 14.04 LTS的Apa ...

  6. Ubuntu 14.04 配置安卓5.1编译环境

    Ubuntu 14.04版本 电脑cpu必须是64位 硬盘分配大约100G的空间 1.ubuntu中更新源 $ sudo apt-get update 2.android5.1需要安装openjdk- ...

  7. Ubuntu 14.04 配置 VNC Server

    用putty连接Linux后,如果会话断开,也会终止此会话在Linux执行的任务. 用WinSCP传输文件很方便,目前也只能传输文件. 按照以下步骤以及提示,安装VNC Server, 1.apt-g ...

  8. Ubuntu 14.04 配置静态IP

    命令行手工配置静态IP比较麻烦,记录于此备查. 1,ubuntu的网络配置文件在: # /etc/network/interfaces //这个文件里 2,默认安装时,网络配置是使用DHCP自动分配I ...

  9. 【转】Ubuntu 14.04配置安装java环境和android开发环境(包括真机调试环境)

    原文网址:http://my.oschina.net/HalZf/blog/347351 总要记录下过程,不然老是会忘记掉-真老了.-_-! 一.配置安装ubuntu 64位java环境: 1.下载l ...

随机推荐

  1. ShutdownHook作用

    源地址:http://kim-miao.iteye.com/blog/1662550 void java.lang.Runtime.addShutdownHook(Thread hook) 该方法用来 ...

  2. HDU - 1241 POJ - 1562 Oil Deposits DFS FloodFill漫水填充法求连通块问题

    Oil Deposits The GeoSurvComp geologic survey company is responsible for detecting underground oil de ...

  3. 详细讲解:零知识证明 之 zk-SNARK 开篇

    作者:林冠宏 / 指尖下的幽灵 博客:http://www.cnblogs.com/linguanh/ 掘金:https://juejin.im/user/587f0dfe128fe100570ce2 ...

  4. 让group tableview每个section拥有阴影和圆角

    #import <UIKit/UIKit.h> @class GroupShadowTableView; @protocol GroupShadowTableViewDelegate &l ...

  5. 纯css单选框

    1.没有用bootstrap时: .has_sel,.un_sel{display:block; width:16px; height: 16px; border: 1px solid #B06A50 ...

  6. 阿里云物联网 .NET Core 客户端 | CZGL.AliIoTClient:2. IoT 客户端

    文档目录: 说明 1. 连接阿里云物联网 2. IoT 客户端 3. 订阅Topic与响应Topic 4. 设备上报属性 4.1 上报位置信息 5. 设置设备属性 6. 设备事件上报 7. 服务调用 ...

  7. vue-cli 【flexible】屏幕字体自适应布局及配置

    0.前言: 很多前端小伙伴在写页面尤其是移动端页面的时候,要求页面布局以及字体大小随屏幕宽度变化而随之按比例自适应[注:非响应式],那么,在vue-cli脚手架中应该如何去实现呢? 1.安装flexi ...

  8. D. Pair Of Lines( Educational Codeforces Round 41 (Rated for Div. 2))

    #include <vector> #include <iostream> #include <algorithm> using namespace std; ty ...

  9. go系列(3)- go框架beego以及redis的使用

    这篇讲讲如何在beego框架使用redis. golang中比较好用的第三方开源redisclient有: go-redis 源码地址:https://github.com/go-redis/redi ...

  10. CATIA 基础详解 第01章 CATIA初认识

    1.1 CATIA V5产品介绍 CATIA V5是基于美国IBM公司与法国达索系统公司(Dassault Systèmes)软件解决方案推出的新一代产品,它致力于满足以设计流程为中心的设计需求.它提 ...