This is a Nextcloud script to get a fully functioning installation of Nextcloud in no time
| config | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| setup | ||
Custom Nextcloud Installer
A simple bash script which can be used to install Nextcloud and to make the most basic setup for it to run. It should fix the most common problems with a default installation of Nextcloud.
Installation
First you need to clone this repository to get all the needed files and navigate into that folder.
git clone https://git.eiflerstrom.de/IC3P3/NextcloudNP.git /tmp/nextcloud
cd /tmp/nextcloud
After that, you need to change to root and run the script to start the process of installing Nextcloud.
sudo -s
./setup
List of tested and working distributions
| Name of the distro | Supported |
|---|---|
| Ubuntu 22.04 LTS | ✅ |