Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.06 KB

README.rst

File metadata and controls

36 lines (24 loc) · 1.06 KB

OLinuXino Webcontrol Minimal

A simple Python webapp to control some LEDs via web.

What you will need

But you can also test this app on your PC if Python, Flask and flask-bootstrap are installed, on Arch Linux you would install them by running:

[root@alarm ~]# pacman -S python2-flask python2-pip
[root@alarm ~]# pip2 install flask-bootstrap

And on Debian:

sudo apt-get install python-flask python-pip
sudo pip install flask-bootstrap

How do I use it?

Just run the app.py file with your python interpreter and the application will greet you on http://localhost:5000/.

Please take a look at my blog post for more information.

I've also written another app for for the Raspberry Pi, have a look here.