Skip to content

sizzlelab/Arki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Aapo Rista
May 15, 2012
3299989 · May 15, 2012

History

52 Commits
May 15, 2012
Sep 28, 2011
Sep 19, 2011

Repository files navigation

MestaDB / ARKI edition

To test this service, you need software listed below:
* PostgreSQL 8.4 or 9.x or newer
* PostGIS 1.5 or newer (and it's prerequisities)
* psycopg2 (easy_install or pip install or precompiled binary package from kycgchaos)
* Django 1.3 or newer
* Python 2.6 or newer (2.5 may work too but it is not tested, 3.x is not supported yet)

After installing these (follow instructions here:
http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/
) you need to create a GIS enabled PostgeSQL template
called "template_postgis". Check out
http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#spatialdb-template

Then create a database for MestaDB (currently mestadb):

    createdb mestadb -T template_postgis

And then run Djangos syndb command (create a super user when requested):

    python manage.py syncdb

About

Arki group's experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published