美文网首页
2019-04-22

2019-04-22

作者: 木比白tt | 来源:发表于2019-04-22 18:58 被阅读0次

confluence/jira破解方法

confluence主程序

  1. atlassian-agent.jardocker-compose.yml 放一个目录下

    docker-compose up -d 
    
  2. 浏览器 ip:8090 进入安装,记录机器码, 形如 B58P-YWMO-HR6V-RC4E

  3. 通过查看帮助,执行

    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
    
  4. 记录激活码填入over

confluence插件

  1. 点击购买插件,先安装。然后获取到包名。

    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

================================================================================

相关文章

网友评论

      本文标题:2019-04-22

      本文链接:https://www.haomeiwen.com/subject/wdbugqtx.html