Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 943 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 943 Bytes

Description

Sample project for building a GIS Django Application.

I gave a presentation at a GeoPhilly meetup in July 2016 that described the inspiration and thoughts around this project.

Requirements

Docker 1.9.0+ Docker Compose 1.7.0+

Getting Started

docker-compose build
docker-compose up
docker-compose exec phl-play-django ./manage.py migrate
docker-compose exec createsuperuser

After that you will need to either add data manually in the admin interface or use the import_data management command to import data from the City of Philadelphia Facilities dataset available from Open Data Philly.

The application should be available at localhost:9100 for the UI, API, and admin interface.