Last edited 3 days ago
by Redaktion

Pro and Farm edition

Revision as of 12:11, 3 June 2025 by Robert Vogel (talk | contribs)

Almost all container images used by the stack are freely available via hub.docker.com. The only exception is bluespice/wiki with the PRO / FARM codebase. There are two options to obtain this image:

  1. Manual download from bluespice.com and local import
  2. Load from private docker.bluespice.com image registry

Manual download and import

Before running bluespice-deploy you will need to download the docker.bluespice.com/bluespice/wiki image from https://bluespice.com/download/ and store the file to the server (e.g. in /tmp/docker.bluespice.com-bluespice-wiki_5.1.tar.gz ).

Then you can use the standard docker load command to make it available to the docker runtime.

Example:

docker load /tmp/docker.bluespice.com-bluespice-wiki_5.1.tar.gz
# Loaded image: docker.bluespice.com/bluespice/wiki:5.1
bluespice-deyploy up -d
# Image found locally.

Load from docker.bluespice.com

If you have credentials to docker.bluespice.com you can just run `bluespice-deyploy up -d`. It will prompt you for username and password in case you haven't configured it already.


Example:

bluespice-deyploy up -d
# In order to access our PRO-Image please login to docker.bluespice.com
username: myuser
password:


PDF exclude - start

To submit feedback about this documentation, visit our community forum.

PDF exclude - end