1.Update system
# apt-get update2.Install required packages
# apt-get install apache2 curl php5 php5-curl php5-json git
3.Change working directory to /var/www/html or your web directory
4. Download package
git clone https://github.com/afaqurk/linux-dash.git
5.Start apache service
# /etc/init.d/apache2 start
6. Open Browser and start linux-dash monitoring system
<IP_address>/linux-dash
Reference : http://www.unixmen.com/quick-install-linux-dash-linux/