NextCloud setup

Does anyone know of a good tutorial for setting up NextCloud on Manjaro?

Do you mean like connecting a user account or setting up a NextCloud server?

No, I mean setting up a NextCloud server on Manjaro.

The setup via Docker is very distro agnostic and works on any system that can use docker. It’s my preferred way to setup a service these days.

Here’s the install documentation for that:

https://hub.docker.com/_/nextcloud

1 Like

The toplevel steps

  1. Install a web server (e.g. nginx or apache)
  2. Download the web installer (Nextcloud Setup)
  3. Save the file to the server’s www folder
  4. Open the web server pointing to the setup file
    • eg. http://your-server/setup-nextcloud.php
1 Like

Cool, thanks for the replies.

How do I download PHP dependencies?

Check the php page: PHP - ArchWiki

2 Likes

Got it installed and now I get this:

I followed the directions here to install MariaDB.

You’re missing the database module of php.

1 Like

Got it all working. Thanks for all the help.

I was inspired by your topic to write guide specifically for the NextCloud community Web installer.

I don’t know if it is good - I’ll leave that for others to judge