-
-
Notifications
You must be signed in to change notification settings - Fork 459
Install froxlor from git sources
Michael Kaufmann edited this page Mar 29, 2017
·
3 revisions
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
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
Now follow the general installation documentation starting with step 2: Install froxlor from tarball