/GarageOpener

Garage Opener using your smartphone and Raspberry Pi.

Primary LanguagePHP

GarageOpener

Garage Opener using your smartphone and Raspberry Pi.

INSTALL

1- Install Apache and php5:

$ sudo apt-get update

$ sudo apt-get upgrade

$ sudo apt-get install apache2 php5 libapache2-mod-php5

2- Copy the files into /var/www

3- Make install.sh executable:

$ chmod +x install.sh

4- Run install.sh as superuer

$ sudo ./install.sh

5- Enter the username and password for the login page.

6- Go to http://RasPi-IP-ADDRESS/ and login

7- Click افتح to open and close.

~Wael