The simple way: Using SQLite

  1. Prepare your system for using docker.

  2. Read the Nextcloud docker image documentation.

  3. Pull the nextcloud container and start it according to the documentation mapping port 80 to 8080 of your host system.

    Use ssh ... -L 8080:localhost:8080 forwarding the port in question to your local system and direct your web browser to http://localhost:8080.

  4. Continue the installation by entering admin/admin for username and password.