Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1009 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 1009 Bytes

Pi-WebStats

Displays general system and GPIO information for the Raspberry Pi in a simple web interface.

Screenshot: http://imgur.com/HqEttvo

Always review code before running it on your system; particularly when it requests sudo/root priviliges!!

Simple Installation:

Manual Installation:

  • If you want to set up the webserver on your own, simply download the PHP files and put them in your default web server directory, or a virtual host directory of your choice and follow the requirements below:

Requirements:

  1. General - Webserver and PHP support

  2. For GPIO status - http://wiringpi.com/download-and-install/

  3. For Shutdown / Reboot functions - Add entry to /etc/sudoers www-data cnc-pi = (root) NOPASSWD: /sbin/shutdown