Skip to content

Commit

Permalink
Include setup in README
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
Thomas Leaman committed Jan 23, 2014
1 parent 84432b3 commit 799d9cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,15 @@ access-control
==============

Code for the door access control system

auto-start
----------

The following should be placed in /etc/rc.local to start the door
control daemon and the flask interface.

```
screen -d -m -S access-control sudo python /home/pi/access-control/daemon.py
screen -S access-control -X title daemon
screen -S access-control -X screen -t flask python /home/pi/access-control/run_flask.py
```

0 comments on commit 799d9cf

Please sign in to comment.