Skip to main content

Docker Compose local

Guide for local installation​

Spin up a temporary local instance of OpenCloud using Docker Compose.

Prerequisites:​


1. Download​

Clone the OpenCloud repository:

git clone https://github.com/opencloud-eu/opencloud.git

2. Start​

cd into the Docker Compose configuration folder:

cd opencloud/deployments/examples/opencloud_full

Start the deployment with Docker Compose:

docker compose up -d
Admin general

This starts all necessary containers in the background.


3. Add local domains to /etc/hosts​

Edit the /etc/hosts file and add the following entries for local access:

127.0.0.1       cloud.opencloud.test
127.0.0.1 collabora.opencloud.test
127.0.0.1 wopiserver.opencloud.test

Open https://collabora.opencloud.test and accept the self-signed certificate. This step is needed as you can not accept the self-signed certificate if you try to open a .odt document from within the OpenCloud Web UI as Collabora is embedded via an iframe.

Accept self signed certificate

4. Login​

Login with your browser:

Admin general

5. Conclusion​

Your OpenCloud server is now running and ready to use 🚀


Troubleshooting​

If you encounter any issues or errors, try finding a solution here: