How to get the source code¶
Nightlies builds :¶
Submodules fusinvinventory and fusinvsnmp are include in the build.
How to get source code :¶
The plugin's source code is available from our git repository.
Stable version : 2.3.x¶
cd plugins # Go in GLPI plugins directory git clone git://github.com/fusinv/fusioninventory-for-glpi.git fusioninventory #Get the fusioninventory core plugin git clone git://github.com/fusinv/fusioninventory-for-glpi-plugin_fusinvinventory.git fusinvinventory #get the fusioninventory inventory plugin git clone git://github.com/fusinv/fusioninventory-for-glpi-plugin_fusinvsnmp.git fusinvsnmp #get the fusioninventory snmp plugin
Stable version : 2.4.x¶
cd plugins # Go in GLPI plugins directory git clone git://github.com/fusinv/fusioninventory-for-glpi.git fusioninventory #Get the fusioninventory core plugin cd fusioninventory git checkout 2.4.0 cd .. git clone git://github.com/fusinv/fusioninventory-for-glpi-plugin_fusinvinventory.git fusinvinventory #get the fusioninventory inventory plugin cd fusinvinventory git checkout 2.4.0 cd .. git clone git://github.com/fusinv/fusioninventory-for-glpi-plugin_fusinvsnmp.git fusinvsnmp #get the fusioninventory snmp plugin cd fusinvsnmp git checkout 2.4.0 cd ..