Earlier quoted context omitted.
There's no installation, just git clone and move to your www directory. $ git clone https://github.com/afaqurk/linux-dash.git $ mv linux-dash/ /var/www/
That assumes you have a web server configured to serve PHP out of /var/www. At the very least you would want to put some access control in front of this.
The example was for Apache webserver.
> At the very least you would want to put some access control in front of this.
You're right, access control would be in order. Though I was merely suggesting the fastest way to try it out.