Close

Preparing the Raspberry Pi [outdated]

A project log for Audible notifications by a Grandfather's clock

Eight chimes can sound in different patterns whenever I receive a notification through IFTTT

borazsloborazslo 04/15/2016 at 04:310 Comments

UPDATE: This log is outdated. See the new Preparing the Raspberry Pi for new details.

A Raspberry Pi 3 is the brain of this project. The Pi needs a simple os, python, apache, and wsgi-python. I do not describe here all the necessary steps, but if you need to know more write a comment and I will offer more details.

<VirtualHost *:80>
    WSGIScriptAlias /knockknock  /var/www/cgi/knockknock.wsgi
    <Directory /var/www/cgi/>
        Loglevel info
        Order allow, deny
        Allow from all
    </Directory>
</VirtualHost>

UPDATE:

If you need further information please comment here. About the python codes I will write an other log later on.

Discussions