# Pelorus - JIRA for the failure exporter Development and testing of failure exporter that uses JIRA backend may require local JIRA deployments, here are notes on how to deploy that environment without too much trouble. ## Easy way Created free instance of JIRA for testing: ``` https://pelorustest.atlassian.net Organization ID: 944ac8j5-dcbj-1861-j5jk-cc5kdkkbk207 API: Key <hidden> ``` ## Local, not one-click way This way requires JIRA License Key from Atlassian. Note the provided container is using OpenJDK which is not for production use. ``` podman volume create jirahome podman run --detach --net host --mount source=jira78,destination=/var/atlassian/jira --publish 8080:8080 docker.io/cptactionhank/atlassian-jira:latest ``` ###### tags: `Perlorus`