Skip to content

Install froxlor on debian

Michael Kaufmann edited this page Nov 1, 2019 · 9 revisions

1. Edit apt sources

In order to install Froxlor on Debian we need to add the repositories first and add our GPG key which is used to sign the repository files (key: FD88018B6F2D5390D051343FF6B4A8704F9E9BBC)

apt-get -y install apt-transport-https lsb-release ca-certificates
wget -O - https://deb.froxlor.org/froxlor.gpg | apt-key add -
echo "deb https://deb.froxlor.org/debian $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list

2. Update package list

To update your package list and upgrade your system to latest, enter the following command:

apt-get update && apt-get upgrade

3. Install Froxlor

Install Froxlor together with all needed packages (e.g. webserver):

apt-get install froxlor

4. Proceed with installation and configuration

Note: be sure your webserver's webroot is /var/www/. If not, just adjust the default-vhost config of the webserver to point to /var/www/, restart/reload webserver and keep reading :)

Now follow the general installation documentation starting with step 3: Install froxlor from tarball

Clone this wiki locally