fusioninventory / fusioninventory.github.io

Repository of website
http://fusioninventory.org/
Creative Commons Attribution Share Alike 4.0 International
9 stars 32 forks source link

FusionInventory website

This reporitory is used to manage the website.

It use Jekyll

Translation

To translate the website on your language, follow this procedure:

Dependancies installation

You need have ruby installed on your system.

Run the command:

bundle install

Live preview

To have live preview, run this command:

bundle exec jekyll serve

Build the website

TO build the website, run this command:

bundle exec jekyll build