Skip to content

Install froxlor from git sources

Michael Kaufmann edited this page Mar 29, 2017 · 3 revisions

1. Download/install git

In order to use git you have to install git on your target-system. See the official git-scm page for more: http://git-scm.com/download/linux

2. Get the files

Connect to a shell on your server and change the directory to /var/www/.

cd /var/www/

Now you can 'clone' the Froxlor.git-repository using the following command. It will store the files into the given target-directory froxlor (/var/www/froxlor/).

git clone https://github.com/Froxlor/Froxlor.git froxlor

3. Proceed with installation and configuration

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

Clone this wiki locally