confluence/jira破解方法
confluence主程序
-
将
atlassian-agent.jar
和docker-compose.yml
放一个目录下docker-compose up -d
-
浏览器
ip:8090
进入安装,记录机器码, 形如 B58P-YWMO-HR6V-RC4E -
通过查看帮助,执行
docker exec confluence_confluence_1 java -jar /opt/atlassian-agent.jar \ -p com.gliffy.integration.confluence \ -m xxxx@163.com \ -n xxxx \ -o xxxx.inc \ -s B58P-YWMO-HR6V-RC4E
-
记录激活码填入over
confluence插件
-
点击
image-20190116165708527购买插件
,先安装。然后获取到包名。# 替换上一小节3命令中的 -p 参数 docker exec [容器id] java -jar /opt/atlassian-agent.jar \ -p com.gliffy.integration.confluence -m xxxx@163.com \ -n xxxx \ -o xxxx.inc \ -s B58P-YWMO-HR6V-RC4E
参考命令
====================================================
KeyGen usage: java -jar /opt/atlassian-agent.jar [-d] [-h] -m <arg> [-n <arg>] -o
<arg> -p <arg> -s <arg>
-d,--datacenter Data center license[default: false]
-h,--help Print help message
-m,--mail <arg> License email
-n,--name <arg> License name[default: <license email>]
-o,--organisation <arg> License organisation
-p,--product <arg> License product, support:
[crowd: Crowd]
[questions: Questions plugin for Confluence]
[crucible: Crucible]
[capture: Capture plugin for JIRA]
[conf: Confluence]
[training: Training plugin for JIRA]
[*: Third party plugin key, looks like:
com.foo.bar]
[bitbucket: Bitbucket]
[tc: Team Calendars plugin for Confluence]
[bamboo: Bamboo]
[fisheye: FishEye]
[portfolio: Portfolio plugin for JIRA]
[jc: JIRA Core]
[jsd: JIRA Service Desk]
[jira: JIRA Software(common jira)]
-s,--serverid <arg> License server ID
================================================================================
网友评论