tbaschak / ipaddr.ca-python

python rewrite of ipaddr.ca

Home Page:http://ipaddr.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipaddr.ca-python

python rewrite of ipaddr.ca

Requirements:

  • python-virtualenv python-pip uwsgi

Instructions

cd /home/ipaddr
git clone https://github.com/tbaschak/ipaddr.ca-python
cd ipaddr.ca-python
virtualenv ipaddrenv
source ipaddrenv/bin/activate
pip install flask uwsgi

Afterwards setup this application like any other uwsgi/flask/python application, for a refresher visit this handy DigitalOcean Community Tutorial. There is an ini file included for uwsgi and a nginx configuration vhost.

About

python rewrite of ipaddr.ca

http://ipaddr.ca/

License:MIT License


Languages

Language:Python 100.0%