-
Notifications
You must be signed in to change notification settings - Fork 18
installing
This installation uses SQLite as the default database, for sake of installation simplicity.
You can easily convert to a more powerful database at any later stage, install the appropriate database and PHP module,
and follow the instructions for the occ db:convert-type command.
apt commands with your package management system. Also, package names might differ.
Download the latest Nextcloud version and unpack it into /var/www/nextcloud).
sudo -s
echo deb https://dl.jsxc.org nightly main > /etc/apt/sources.list.d/jsxc.list
wget -qO - https://dl.jsxc.org/archive.key | apt-key add -
apt update
apt install letsencrypt python-letsencrypt-apache apache2 libapache2-mod-php php-gd php-json php-curl php-mbstring php-intl php-imagick php-xml php-zip php-sqlite3📌 This might be the same machine as above.
If you prefer to run ejabberd, use the next section.
apt install prosody lua-lpty xcauthxcauth currently only exists as a .deb package. If you are using a different packaging system, download the latest xcauth package, unpack it and run make install.
📌 Again, this might be the same machine as above.
apt install ejabberd xcauthxcauth currently only exists as a .deb package. If you are using a different packaging system, download the latest xcauth package, unpack it and run make install.
Next: Setting up DNS entries