Skip to content
WONGCW 網誌
  • 首頁
  • 論壇
  • 微博
  • 壁紙下載
  • 免費圖床
  • 視頻下載
  • 聊天室
  • SEO工具
  • 支援中心
  • 表格製作
  • More
    • 在線名片
    • 網頁搜索
    • 天氣預報
    • 二維碼生成器
  • Search Icon

WONGCW 網誌

記錄生活經驗與點滴

Confluence安装及破解

Confluence安装及破解

2018-10-05 Comments 0 Comment

1.概述

Confluence是一个专业的企业知识管理与协同软件,也可以用于构建企业wiki。使用简单,但它强大的编辑和站点管理特征能够帮助团队成员之间共享信息、文档协作、集体讨论,信息推送。
到官网下载最新版本,截止目前最新版本为6.4.2。
默认可以免费试用30天,如果还想继续使用,就需要购买license或者破解。
新版已将汉化包集成,所以不需要去下载额外的汉化包,这就方便多了。
Confluence默认选的数据库是PostgreSQL,MySQL也行,建议用PostgreSQL。

2.安装

==至官网下载最新的版本

cd /opt
wget https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-6.4.2-x64.bin

==授予执行权限

chmod +x atlassian-confluence-6.4.2-x64.bin

==安装

sudo ./atlassian-confluence-6.4.2-x64.bin

可以自定义安装,也可以默认安装,笔者采用自定义安装,需要制定安装路径和数据存放路径

Unpacking JRE ...
Starting Installer ...
Oct 11, 2017 6:09:21 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Oct 11, 2017 6:09:21 PM java.util.prefs.FileSystemPreferences$2 run
INFO: Created system preferences directory in java.home.
This will install Confluence 6.4.2 on your computer.
OK [o, Enter], Cancel [c]
o 
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
Where should Confluence 6.4.2 be installed?
[/opt/atlassian/confluence]
/usr/local/confluence
Default location for Confluence data
[/var/atlassian/application-data/confluence]
/mnt/confluence-data
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 6.4.2 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.4.2 is complete
Your installation of Confluence 6.4.2 is now ready and can be accessed via
your browser.

Confluence 6.4.2 can be accessed at http://localhost:8090
Finishing installation ...

至此,可以在浏览器中输入http://localhost:8090 或者http://ip:8090,即可看到初始化界面

3.破解

进入初始化界面,语言选择中文,当文字切换好后,界面将显示中文,此时选中“产品安装”,点击下一步,继续下一步(因为没有授权,所以不需要选中任何插件),此时进入License key界面,记下Server ID,破解需要。
==拷贝atlassian-extras-decoder-v2-3.2.jar

cd ~/Desktop
scp root@ip:/usr/local/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.2.jar ./

==将atlassian-extras-decoder-v2-3.2.jar重命名为atlassian-extras-2.4.jar

mv atlassian-extras-decoder-v2-3.2.jar atlassian-extras-2.4.jar

==运行破解程序

sudo ./keygen.sh

后面会给出破解程序下载地址
因为破解程序运行需要图形界面,故建议在windows或者mac上破解,或者让linux支持图形界面,笔者本次破解就是在mac上进行的,界面如下:

Paste_Image.png

Name:可以随便填
Server ID:就是之前记录的Server ID
点击“.patch”选中atlassian-extras-2.4.jar
点击“.gen!”生成key
记下生成的key
可以发现,会生成一个atlassian-extras-2.4.bak,目前还不知该文件用途
==将atlassian-extras-2.4.jar重命名回来

mv atlassian-extras-2.4.jar atlassian-extras-decoder-v2-3.2.jar

==用atlassian-extras-decoder-v2-3.2.jar替换同名文件

scp ./atlassian-extras-decoder-v2-3.2.jar root@ip:/usr/local/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.2.jar

==重启confluence

/etc/init.d/confluence restart

在License key界面,将key填入Confluence栏,点击下一步。

4.配置Confluence

==选择数据库类型
本次选择“PostgreSQL”,点击下一步。
选择JDBC连接,输入相应的地址、账户和密码,即可。
==配置后台管理
创建管理账户,至此,配置完成。
安装成功!
Confluence的使用见后续章节。

参考地址:
官网:https://www.atlassian.com/
下载地址:https://www.atlassian.com/software/confluence/download
含有破解工具:http://www.cnblogs.com/luhouxiang/p/4907843.html
https://baike.baidu.com/item/confluence/452961?fr=aladdin
https://www.iyunv.com/thread-271055-1-1.html

作者:Area2wen
链接:https://www.jianshu.com/p/fb2574567eae
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

分享此文:

  • 按一下即可分享至 X(在新視窗中開啟) X
  • 按一下以分享至 Facebook(在新視窗中開啟) Facebook
  • 分享到 WhatsApp(在新視窗中開啟) WhatsApp
  • 按一下以分享到 Telegram(在新視窗中開啟) Telegram
  • 分享到 Pinterest(在新視窗中開啟) Pinterest
  • 分享到 Reddit(在新視窗中開啟) Reddit
  • 按一下即可以電子郵件傳送連結給朋友(在新視窗中開啟) 電子郵件
  • 點這裡列印(在新視窗中開啟) 列印

相關


教學資源

Post navigation

PREVIOUS
基于 Ubuntu + nextCloud 搭建自己的私人网盘
NEXT
BitTorrent宣布uTorrent Web已迎来百万月活用户

發表迴響取消回覆

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料。

More results...

Generic filters
Exact matches only
Search in title
Search in content
Search in excerpt
Filter by 分類
網站公告
Featured
限時免費
Windows 軟件下載
系統軟件
辦公軟件
圖像處理
影音媒體
網絡軟件
應用軟件
Mac 軟件下載
安卓軟件下載
網絡資訊
Mac資訊
Linux資訊
VPS資訊
NASA資訊
WordPress資訊
WeChat資訊
PHP資訊
教學資源
開源程序
網頁工具
SEO工具
醫療健康
其他資訊
Content from
Content to
2018 年 10 月
一 二 三 四 五 六 日
1234567
891011121314
15161718192021
22232425262728
293031  
« 9 月   11 月 »

分類

  • 網站公告
  • 限時免費
  • Windows 軟件下載
  • 系統軟件
  • 辦公軟件
  • 圖像處理
  • 影音媒體
  • 網絡軟件
  • 應用軟件
  • Mac 軟件下載
  • 安卓軟件下載
  • 網絡資訊
  • Mac資訊
  • Linux資訊
  • VPS資訊
  • NASA資訊
  • WordPress資訊
  • WeChat資訊
  • PHP資訊
  • 教學資源
  • 開源程序
  • 網頁工具
  • SEO工具
  • 醫療健康
  • 其他資訊

彙整

近期文章

  • 海拔高達4500公尺世界最高海拔光熱電站西藏投產 2025-05-19
  • 經典教材《泛函分析》作者逝世享年99歲 2025-05-19
  • Intel的第一次24GB 銳炫Pro B60沒跑了 2025-05-19
  • 輕質塑膠鏡使太陽能熱能生產成本降低40% 2025-05-19
  • 環保煉金術:利用日常油脂將廢棄物變成銀 2025-05-19
  • 從未發布的一款AMD RX 7000首次現身身份成謎 2025-05-19
  • Intel造了一台特殊的街機“Intel ARCade” 2025-05-19
  • 研究人員在教堂地下室發現「保存異常完好」的木乃伊 2025-05-19
  • 小島秀夫無意迎合所有人:對吸引大眾市場不感興趣 2025-05-19
  • 小米XRING 01在基準測試中對決驍龍8 Elite 10核CPU集群多核得分僅低7% 2025-05-19

熱門文章與頁面︰

  • 美國議員稱TP-Link超低價助長中國網路攻擊支持銷售禁令
  • 「多喝水」真的有用研究顯示有助於減肥、治療腎結石
  • 北京地鐵扶梯上多了兩隻黃色腳印不必“左行右立”
  • Windows及OFFICE激活密鑰+電話激活教程–自用
  • 您可以在Windows 11 24H2 中找回WordPad
  • 《不可能的任務8:最終清算》定檔5月30日阿湯哥最後一搏震撼打響
  • 《劍星》PC配置公佈:GTX 1060就能玩國區268元
  • 中國新創公司曾淡化出身如今一些新創公司卻開始自豪於這一點
  • 網站未在Google上顯示(未編入索引)的可能原因及解決方案
  • CentOS7.2 调整mysql数据库最大连接数

投遞稿件

歡迎各界人士投遞稿件到admin@wongcw.com

請提供以下資料:

1.你的名字

2.你的電郵

3.分類目錄

4.文章標題

5.文章摘要

6.文章內容

7.文章來源

 

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

快帆

MALUS

極度掃描

DMCA.com Protection Status

WONGCW 網誌

  • 免責聲明
  • 捐助我們
  • ThemeNcode PDF Viewer
  • ThemeNcode PDF Viewer SC
  • Events

服務器提供

本站使用之服務器由ikoula提供。

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

© 2025   All Rights Reserved.