Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaciasperea authored Aug 13, 2018
1 parent aefb0a5 commit 7b9809e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To build this project you will need:

`Roomberry.py` creates a **multithreading python web server** that interacts with Roomba and the camera module installed. This code is intended to run as a daemon and handles the HTTP GET Requests performed against the Raspberry Pi.

To install it just download the last release and configure the service:
To install it just download the last release and configure it as a service:
```bash
wget https://github.com/danimaciasperea/Roomberry/archive/V1.1.tar.gz /tmp/
tar -xvf /tmp/V1.1.tar.gz
Expand Down Expand Up @@ -65,13 +65,12 @@ To use the **web interface** you will need a Raspberry running `apache2` with `P
sudo cp -R /tmp/v1.1/web-app/ /var/www/
```

It has been designed using Bootstrap framework (HTML5 and Javascript with AJAX requests). You will probably need to adapt the `HTML` code to your particular needs , but feel free to use the code parts you are interested in.
It has been designed using Bootstrap framework (HTML5 and Javascript with AJAX requests). You will probably need to adapt the `HTML` code to your particular needs/environment.

<p align="center">
<img src="https://domoticproject.com/wp-content/uploads/2018/08/Screen-capture-WebInterface-Roomberry.png">
</p>


Find the complete instructions on how to build this project in the following [post](https://domoticproject.com/roomberry-surveillance-robot-roomba-raspberry-pi-zero-w-camera/).

## License
Expand Down

0 comments on commit 7b9809e

Please sign in to comment.