Re: GeoDjango with Docker

2016-12-01 Thread Tadeo C
Wow! Your posts looks amazingly detailed and comprehensive. I'm going to follow them careful. I can use Ubuntu for the meanwhile, no problem. Thank you very much for sharing this worthy material! On Thursday, December 1, 2016 at 12:52:52 PM UTC-3, hunter...@gmail.com wrote: > > Hi Tadeo, I've r

Re: GeoDjango with Docker

2016-12-01 Thread Dan Tagg
Cookie cutter is pretty awesome. Don't know whether it works with GeoDjango though. https://github.com/pydanny/cookiecutter-django Dan On 1 December 2016 at 13:32, hunter.cur...@gmail.com < hunter.cur...@gmail.com> wrote: > Hi Tadeo, I've recently gone through this exercise myself, and document

Re: GeoDjango with Docker

2016-12-01 Thread hunter.cur...@gmail.com
Hi Tadeo, I've recently gone through this exercise myself, and documented my progress in three posts: https://geoanalytic.github.io/a-production-ready-web-mapping-toolkit-part-1/ https://geoanalytic.github.io/a-production-ready-web-mapping-toolkit-part-2/ https://geoanalytic.github.io/a-production

Re: GeoDjango with Docker

2016-12-01 Thread Jani Tiainen
Hi, Basically what you need is to pick base distro you want to use. Installing PostGIS package usually brings in all the spatial libs Django expects so you're covered by that part. The rest is just putting Django served from your container. So there is not much stuff involved. On 30.11.201

Re: GeoDjango with Docker

2016-12-01 Thread Reza Shalbafzadeh
Hi Tadeo GeoDjango is very similar to Django and you can modify existing Django dockerfiles to build your own images have a look at this links realpython django docker example postgis django dockerfile (outdated

GeoDjango with Docker

2016-11-30 Thread Tadeo C
Hi, I'm starting a project with GeoDjango and I want to use Docker containers to build the stack (GeoDjango, Nginx, Postgis) preferably Alpine base images. Does anyone has successful done this before? Where can I find a useful docker-compose.yml or a tested and working updated image? Thanks a lo