Skip to content

SEL-Columbia/gateway

 
 

Repository files navigation

gateway README

Install

Requirements:

postgresql (and development headers)
git
setuptools
numpy
  1. Or in one command line on a debian/ubuntu system.

Install python:

sudo apt-get install postgresql-9.1 git-core 

Install numpy:

sudo apt-get install python-numpy 

Install geos:

sudo apt-get install libgeos-dev
  1. Check out the gateway.:

    git clone git://github.com/modilabs/gateway.git

#. Create a virtual env via the bootstrap command This command should install all of the require dependencies.:

python bootstrap.py
  1. Activate the virtualenv:

    source bin/activate
  2. Run the development server.:

paster serve development.ini --reload

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.8%
  • JavaScript 9.8%
  • Shell 0.4%