Spatialreference.org ==================== Dependencies ============= * ogr with python bindings * geodjango (postgis, geos, gdal, proj) * python-mapscript (optional for graticule rendering) * openid stuff (currently disabled to prevent any dev hangups) but if needed do: * sudo easy_install python-yadis * sudo easy_install python-openid Steps to get started ==================== Step 1 ====== # Edit the settings.py file or create your local_settings.py # add any custom settings for your database name or user and it will override the settings.py file vim local_settings.py Step 2 ====== # Create your database createdb -T template_postgis sr.org -U postgres Step 3 ====== # load the epsg data - this will take ~ 5 minutes to load # for some reason only the first script will print output, but it seems to work fine python load_epsg.py Step 4 ====== # syncdb python manage.py syncdb Step 5 ====== python touch_refs.py Step 6 ====== python manage.py runserver