Installation preparations
Installation is not a fully automated process yet. The steps you should follow are:
- Copy all files from this repository to your server; ideally to a newly created directory (e.g. /srv/docker/atlassian-services/)
- Create databases and users for JIRA and Confluence. (you can use init.sql script for it)
- Run docker-compose to run JIRA and Confluence
JIRA installation
- Connect to jira.rcdev.pl
- Proceed with the installation until the end. (use 172.17.0.1 for DB address)
- Kill JIRA container.
- Restore data from a backup dump. (MySQL dump)
- Start JIRA and let it run the upgrading process. It will take a while.
- Restart JIRA container.
- Copy all attachments to ./data/jira/data/attachments/
- Restart JIRA container. Enjoy it. :)
Confluence installation
- Connect to confluence.rcdev.pl
- Proceed with the installation until the end. (use 172.17.0.1 for DB address)
- Use XML backup to restore data.
- Proceed until the end of installation.
- Kill the Confluence container.
- Copy all attachments to ./data/confluence/attachments/
- Restart the Confluence container. Enjoy it. :)