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:
1 Like
The toplevel steps
- Install a web server (e.g. nginx or apache)
- Download the web installer (Nextcloud Setup)
- Save the file to the server’s www folder
- Open the web server pointing to the setup file
- eg.
http://your-server/setup-nextcloud.php
- eg.
1 Like
Cool, thanks for the replies.
Check the php page: PHP - ArchWiki
2 Likes
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