elodina/mesos-jira

Name: mesos-jira

Owner: Elodina

Description: Simple JIRA on Mesos

Created: 2015-04-29 22:27:52.0

Updated: 2015-12-31 20:57:22.0

Pushed: 2015-05-01 20:32:28.0

Homepage:

Size: 132

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

mesos-jira

Docker

Atlassian JIRA containerized.

Building the container

docker build -t elodina/jira .

Execution

First, start an external RDBMS that is supported. We will use PostgreSQL.

docker run --name jira-postgres-standalone -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=changeit -p 5432:5432 -d postgres

Now, start the JIRA server instance and expose it on host port 80.

docker run --name jira -p 80:8080 -d elodina/jira

Mesos

TODO!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.