Skip to content

Commit

Permalink
Updated Readme with youtube Link
Browse files Browse the repository at this point in the history
Updated Readme with youtube Link
  • Loading branch information
rofthedeep authored Oct 2, 2016
1 parent 8b49cf0 commit eb82124
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# homerrr
home automation with php
<img src="https://raw.githubusercontent.com/rofthedeep/homerrr/master/screenshot.png" width="500" height="653" alt="php home automation"/>
## home automation with php

<a href="https://youtu.be/i2PyvJRrnG0" target="_blank"><img src="https://raw.githubusercontent.com/rofthedeep/homerrr/master/screenshot-youtube.png" alt="php home automation"/></a>

With homerrr you can create your own php based homeautomation system. For the communication beween the webserver and the arduino
With homerrr you can create your own php based home automation system. For the communication beween the webserver and the arduino
the [php_serial.class.php](http://code.google.com/p/php-serial/) is used.

Why another solution? I didn't get the other work :-)
Expand All @@ -20,6 +20,8 @@ You have to install a local webserver with php.
For OSX you can use http://www.mamp.info/de/ or the build in server
For Rasperry Pi look at this tutorial http://www.raspberrypi.org/documentation/remote-access/web-server/apache.md

<img src="https://raw.githubusercontent.com/rofthedeep/homerrr/master/screenshot.png" width="500" height="653" alt="php home automation"/>

### Clone repository and open site in webbrowser

Clone the repository in your htdocs folder an try to open it. For example with http://localhost/homerrr/.
Expand Down

0 comments on commit eb82124

Please sign in to comment.