The simple way: Using SQLite
-
Prepare your system for using docker.
-
Read the Nextcloud docker image documentation.
-
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
. -
Continue the installation by entering admin/admin for username and password.