Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.46 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.46 KB

make.mozilla.org

This app is built using Mozilla's Playdoh.

We're using PostGIS + GeoDjango for the DB, so you'll also need the following installed

  • Postgresql 9.1
  • PostGIS 1.5
  • Geos
  • Proj4
  • GDAL

Mac OS X

With Homebrew, installing PostGIS and GDAL will install all you need:

brew update
brew install postgis gdal

Ubuntu

For Ubuntu release >= 11.10, this should work:

sudo apt-get install binutils gdal-bin libproj-dev postgresql-9.1-postgis \
     postgresql-server-dev-9.1

Once those are installed, then pip install -r requirements/compiled.txt should work as expected.

GeoDjango

GeoDjango is installed as part of Django. You need to take a look at the installation instructions at [https://docs.djangoproject.com/en/1.4/ref/contrib/gis/install/#post-installation] to get PostGIS configured properly with Django.

playdoh

Mozilla's Playdoh is a web application template based on Django.

Patches are welcome! Feel free to fork and contribute to this project on github.

Full Playdoh documentation is available as well.

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.