I'm building a GIS webapp that uses tilestache to serve MBTiles and a django app to serve geoJson. I'm having trouble understanding exactly what kind of setup I'd need to host this. I'm new to server admin and setup, so something heroku-ish would be nice, but I'd be willing to learn if the solution involved more work.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
You will need a Linux machine to deploy what you have been working on. I would use nginx as webserver/reverse proxy (because it serves static tiles very fast), the rest (tilestache,django) are very familiar on Linux distro (Ubuntu particularly), you can find many tutorials about deployment of Django + nginx on Google. |
|||
|
|
Look at Google's AppEngine. It has django and can serve map tiles up with a little python scripting.. |
|||
|
|