GithubHelp home page GithubHelp logo

hxgqh / jira Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haxqer/jira

0.0 0.0 0.0 41 KB

The simplest docker file of JIRA. Support v9.8.1(latest) and v9.4.6(lts)

Home Page: https://hub.docker.com/r/haxqer/jira

Shell 12.46% Dockerfile 87.54%

jira's Introduction

docker pulls docker stars image metadata

kubernetes helm charts

jira

README | 中文文档

  • Long Term Support Version: v9.4.6

  • Latest Version: v9.8.1

  • Arm Version

default port: 8080

requirement

  • docker: 17.09.0+
  • docker-compose: 1.24.0+

How to run with docker-compose

  • start jira & mysql
    git clone https://github.com/haxqer/jira.git \
        && cd jira \
        && git checkout rm \
        && docker-compose pull \
        && docker-compose up
  • start jira & mysql daemon
    docker-compose up -d
  • default db(mysql8.0) configure:
    driver=mysql8.0
    host=mysql-jira
    port=3306
    db=jira
    user=root
    passwd=123456

How to run with docker

  • start jira
    docker volume create jira_home_data && docker network create jira-network && docker run -p 8080:8080 -v jira_home_data:/var/jira --network jira-network --name jira-srv -e TZ='Asia/Shanghai' haxqer/jira:9.8.1
  • config your own db:

How to hack jira

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -p jira \
    -m [email protected] \
    -n [email protected] \
    -o your-org \
    -s you-server-id-xxxx

How to hack jira plugin

  • .eg I want to use BigGantt plugin
  1. Install BigGantt from jira marketplace.
  2. Find App Key of BigGantt is : eu.softwareplant.biggantt
  3. Execute :
docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -p eu.softwareplant.biggantt \
    -m [email protected] \
    -n [email protected] \
    -o your-org \
    -s you-server-id-xxxx
  1. Paste your license

Datacenter license

Generate datacenter license by adding -d parameter.

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -d \
    -p jira \
    -m [email protected] \
    -n [email protected] \
    -o your-org \
    -s you-server-id-xxxx

How to upgrade

cd jira && git pull
docker pull haxqer/jira:rm && docker-compose stop
docker-compose rm

enter y, then start server

docker-compose up -d

Arm

Not completely tested. Tested machines:

  • Mac mini(M1,2020)

Thanks to:

    git clone https://github.com/haxqer/jira.git \
        && cd jira \
        && git checkout rm && cd lts_arm \
        && docker-compose pull \
        && docker-compose up

Hack Jira Service Management(jsm) Plugin

Thanks to:

docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -p jsm \
    -m [email protected] \
    -n [email protected] \
    -o your-org/ \
    -s you-server-id

jira's People

Contributors

haxqer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.