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.
Docker 1.9.0+ Docker Compose 1.7.0+
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.