This is a custom cartridge with some GeoDjango functionality
  • C 67.9%
  • Shell 13.6%
  • Python 10.9%
  • Roff 7.2%
  • HTML 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-08-07 20:57:01 -04:00
bin Running in SCL 2014-06-01 21:03:42 -04:00
conf Modified after testing in rhc environment 2014-06-01 20:36:09 -04:00
env Required structure 2014-05-31 19:45:30 -04:00
logs Setup opt files and created logs/run 2014-05-31 19:55:23 -04:00
metadata Template setup 2014-05-31 21:58:07 -04:00
run Setup opt files and created logs/run 2014-05-31 19:55:23 -04:00
template Downgraded to Python 3.3.2 and using SCL instead of packaging 2014-06-01 16:58:47 -04:00
usr/geoip Modified after testing in rhc environment 2014-06-01 20:36:09 -04:00
README.md Update README.md 2014-08-07 20:57:01 -04:00

Openshift GeoDjango Cartridge

[Version 1.0.0 - 08/07/2014]

The following was an experiment on the inner workings of the PaaS OpenShift. The following cartridge is installable as is, but will not allow one to run a functional django project so be warned!

Though there are quickstart Python 3/Django 1.6 cartridges and quickstarts, I did not come across any functional GeoDjango cartridges/quickstarts. This cartridge aims to remediate this. Included are the following components

  • GeoDjango
  • PostgreSQL Extensions
    • PostGIS
    • Tiger
  • GeoIP

as well as a template GeoDjango project (setup with dj-static and gunicorn for quick startup.