-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (16 loc) · 844 Bytes
/
README
File metadata and controls
23 lines (16 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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