Skip to content

adamoutler/RaspberryPiGPIOControl

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2016
Feb 7, 2016
Feb 13, 2016
Feb 6, 2016
Feb 6, 2016
Feb 7, 2016
Feb 6, 2016
Feb 6, 2016
Feb 13, 2016
Jan 24, 2016
Feb 13, 2016
Feb 6, 2016
Feb 6, 2016
Feb 6, 2016

Repository files navigation

RaspberryPiGPIOControl

Website to control GPIOs hosted on Raspbery Pi

installation on Raspbian: sudo su

apt-get update; sudo apt-get upgrade; apt-get install git apache2 php5 libapache2-mod-php5;

git clone https://github.com/adamoutler/RaspberryPiGPIOControl.git; cp -R ./RaspberryPiGPIOControl/* /var/www/html; chown -R www-data:www-data /var/www/html; echo "mesg y">/home/pi/.profile; chmod 755 /home/pi/profile; chown pi:pi /home/pi/profile; echo 'curl localhost/reset.php >/dev/null 2>&1' >>/etc/profile; mesg on;

Follow directions in Settings.ini to configure your system

About

Website to control GPIOs hosted on Raspbery Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published