Sign inSign up

psfoundation/atlassian-confluence

By psfoundation

Updated over 2 years ago

Atlassian Confluence

Image
0

1.2K

psfoundation/atlassian-confluence repository overview

Installation preparations

Installation is not a fully automated process yet. The steps you should follow are:

  1. Copy all files from this repository to your server; ideally to a newly created directory (e.g. /srv/docker/atlassian-services/)
  2. Create databases and users for JIRA and Confluence. (you can use init.sql script for it)
  3. Run docker-compose to run JIRA and Confluence

JIRA installation

  1. Connect to jira.rcdev.pl
  2. Proceed with the installation until the end. (use 172.17.0.1 for DB address)
  3. Kill JIRA container.
  4. Restore data from a backup dump. (MySQL dump)
  5. Start JIRA and let it run the upgrading process. It will take a while.
  6. Restart JIRA container.
  7. Copy all attachments to ./data/jira/data/attachments/
  8. Restart JIRA container. Enjoy it. :)

Confluence installation

  1. Connect to confluence.rcdev.pl
  2. Proceed with the installation until the end. (use 172.17.0.1 for DB address)
  3. Use XML backup to restore data.
  4. Proceed until the end of installation.
  5. Kill the Confluence container.
  6. Copy all attachments to ./data/confluence/attachments/
  7. Restart the Confluence container. Enjoy it. :)

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

about 7 years ago

docker pull psfoundation/atlassian-confluence