Commands are in the Makefile to simplify installation.
- run
make start - open
http://localhost:8080 - configure Jira
As can be seen in the docker-compose.yaml file, settings for Jira, on first run, are:
- Hostname:
postgresql - Port:
5432 - Database:
jiradb - Username:
jira - Password:
Postgres_password - Schema:
public
- click next
- you'll be prompted for a license — Atlassian will create a 90-day trial key (free with Atlassian account)
- the remaining prompts will guide through Jira configuration
For detailed steps read this: Engineering in Program Management — Run Jira Server in Docker
This is a Svelte, ChatGPT-enabeld app that can create Jira project data in Epic, User Story, Sub-task, and Bug formats with nesting based on instruction.
- run
make plan-setup - run
make plan
- use
make shellafter starting the docker image - update the
docker-compose.ymlandDockerfile - see
Makefilefor inspiration
This is a small Svelte app that can be used to create releases and "fix" versions across projects.
It needs to be configured via the provided src/lib/apiConfig.example.js file, which should be renamed apiConfig.js.
- run
make cascade-setup - run
make cascade