This is an Info-Beamer project for my dorm.
Uses [KVVLiveApi](https://github.com/cCirclEe/kvvliveapi) and [WeatherInfo](https://github.com/cCirclEe/weatherInfo) as data source.#Installation
-
install python (should be installed already)
-
sudo apt-get install mysql-server
-
apt-cache search MySQLdb
-
sudo apt-get install python-mysqldb
-
Language to de: for (ä,ö,ü) IMPORTANT
vim .bashrc
-> addexport LANG="de_DE.UTF-8"
export LC_ALL="de_DE.UTF-8"
git clone git://github.com/cCirclEe/insterBeamer.git
- in directory:
/opt/insterBeamer/
sudo su
vim /etc/init.d/myscript
- #!/bin/sh --> /path/to/my/script.sh OR direct execution
chmod ugo+x /etc/init.d/myscript
update-rc.d myscript defaults