Skip to navigation
Install froxlor from source using git
07.02.24
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: https://git-scm.com/download/linux 2. Get the files Connect to a shell on your server and change the directory to /var/www/html/. shell cd /var/www/html/ Now you can 'clone' the froxlor repository using the following command. It will store the files into the given target-directory froxlor (/var/www/html/froxlor/). shell git clone https://github.com/Froxlor/Froxlor.git froxlor 3. Download dependencies Froxlor 2.x is composer and npm based. In order to use the development version you need to install composer and npm. shell cd /var/www/html/froxlor Download required libraries via composer: shell composer install --no-dev Download and build javascript/css: shell npm install npm run build
https://docs.froxlor.org/latest/general/installation/source.html
Reply
Anonymous
Information Epoch 1779036002
Design for visibility.
Home
Notebook
Contact us