-
-
Notifications
You must be signed in to change notification settings - Fork 458
Install froxlor from git sources
Michael Kaufmann edited this page Jan 3, 2019
·
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
Froxlor 0.10.x is composer based. In order to use the development version you need to install composer.
cd /var/www/froxlor
composer install --no-dev
Now follow the general installation documentation starting with step 2: Install froxlor from tarball