Setup:Installation Guide/Docker/Pro and Farm edition: Difference between revisions

Created page with "Almost all container images used by the stack are freely available via hub.docker.com. The only exception is <code>bluespice/wiki</code> with the PRO / FARM codebase. There are two options to obtain this image: # Manual download from [https://bluespice.com/download/ bluespice.com] and local import # Load from private <code>docker.bluespice.com</code> image registry == Manual download and import == Before running <code>bluespice-deploy</code> you will need to download t..."
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
Line 13: Line 13:
  # Loaded image: docker.bluespice.com/bluespice/wiki:5.1
  # Loaded image: docker.bluespice.com/bluespice/wiki:5.1
  bluespice-deyploy up -d
  bluespice-deyploy up -d
# Image found locally.


== Load from <code>docker.bluespice.com</code> ==
== Load from <code>docker.bluespice.com</code> ==


If you have credentials to <code>docker.bluespice.com</code> you can just run `bluespice-deyploy up -d`. It will prompt you for username and password in case you haven't configured it already.
If you have credentials to <code>docker.bluespice.com</code> 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:

Revision as of 12:11, 3 June 2025

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