Raspcontrol is a web control centre written in PHP for Raspberry Pi.
For the moment, you need a web server (like Apache) installed on your Raspberry Pi.
Just clone the repository with:
git clone -b master https://github.com/nicolabricot/Raspcontrol.git raspcontrol
That's all! You're ready to show the status of your Raspberry Pi :)
Be sure that the applicatin have right to write in its own directory.
In order to have some beautiful URLs, you can enable URL Rewriting.
Please follow instructions described on the wiki page Enable URL Rewriting.
Note: It's not necessary to enable URL Rewriting to use Raspcontrol.