This site is no longer updates. Please visit breadnet.co.uk
SSH or connect locally to your server and run
sudo apt-get install apache2 php
if prompted, type y
Get a sandwich or something as this may take a while depending on your internet connection
cd /var/www/
git clone https://github.com/adolfintel/speedtest.git
sudo mv speedtest/* /var/www/html
Move to html and delete the index file
cd /var/www/html
sudo rm -rvf index.html
For this example we will be using the example-pretty.html
sudo cp example-pretty.html index.html
Once this is done, go to the IP address of your server (ifconfig will find this)