Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 466 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 466 Bytes

This project is about printing Jira tickets in your own formatted way. PHP 5.3 and XSL are required on your server.

In case you're on Mac and don't have docker yet, install Docker and boot2docker for ac OS X and then:

boot2docker init
boot2docker start
$(boot2docker shellinit)

Build it:

docker build -t jira-cards .
docker run -it --rm -p 80:80 --name jira-cards-app jira-cards

Open the app in your browser:

open http://`boot2docker ip`/