Last active
August 29, 2015 14:01
-
-
Save trdlo/e9a5429ed259792c89c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install python-dev libevent-dev python-flask | |
git clone https://github.com/TkTech/notifico | |
cd notifico | |
python setup.py install | |
# reg an app @ https://github.com/settings/applications/new | |
vim notifo/config.py | |
python -m notifico www --host=stuff.pwn.sk --port=7891 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment