Install Pulse from devel branch

Download install-pulse from https://github.com/pulse-project/tools/raw/master/install/install-pulse and launch
# ./install-pulse 

Usage:
./install-pulse [--batch-mode [arguments]] | [--interactive-mode] 

arguments:
	[--pulse-repo-url=]
	[--root-password=]
	[--org-name=]
	[--server-fqdn=]
	[--interface-to-clients=]
	[--enable-pulse-main=[g]lpi[d]hcp|[p]xe | --enable-multisite=[d]hcp|[p]xe|[b]ackuppc]
	[--create-entity]
	[--entity=]
	[--dhcp-dns-server=]
	[--dhcp-gateway-address=]
	[--interface-to-main-pulse=]
	[--main-pulse-ip=]
	[--glpi-url=]
	[--glpi-dbhost=]
	[--glpi-dbname=]
	[--glpi-dbuser=]
	[--glpi-dbpasswd=]
	[--glpi-dbrootpasswd=]
	[--mail-password=]

Exemple : Pulse monosite 
source install-pulse --batch-mode --pulse-repo-url="https://git.siveo.net" --root-password=siveo --org-name=Siveo --interface-to-clients=eth1 --enable-pulse-main=dpg --create-entity --entity=HQ --dhcp-dns-server="8.8.8.8" --dhcp-gateway-address="192.168.56.2"

Exemple : Pulse monosite without dhcp
source install-pulse --batch-mode --pulse-repo-url="https://git.siveo.net" --root-password=siveo --org-name=Siveo --interface-to-clients=eth1 --enable-pulse-main=pg --create-entity --entity=HQ

Exemple : Pulse monosite with external GLPI
source install-pulse --batch-mode --pulse-repo-url="https://git.siveo.net" --root-password=siveo --org-name=Siveo --interface-to-clients=eth0 --enable-pulse-main=gdp --entity=HQ --dhcp-dns-server="8.8.8.8" --dhcp-gateway-address="192.168.56.1" --glpi-url="http://192.168.56.100/glpi" --glpi-dbhost="192.168.56.100" --glpi-dbuser=glpi --glpi-dbpasswd=siveo --glpi-dbname=glpi

Exemple : Pulse multisite with external GLPI link the main Pulse
source install-pulse --batch-mode --pulse-repo-url="https://git.siveo.net" --root-password=siveo --org-name=Siveo --interface-to-clients=eth1 --enable-multisite=dpb --entity="annecy auber" --dhcp-dns-server="8.8.8.8" --dhcp-gateway-address="192.168.56.1" --interface-to-main-pulse=eth0 --main-pulse-ip="192.168.56.2" --glpi-dbhost="192.168.56.100" --glpi-dbuser=glpi --glpi-dbpasswd=siveo --glpi-dbname=glpi


!!! Keep in mind that install-pulse is updated on a regular basis. Do download the latest version before use. !!!