[go: up one dir, main page]

Skip to content

ajithj/tilemill-server

 
 

Repository files navigation

These scripts install TileMill and a stack of related services:

  • TileMill
  • Nginx (making TileMill accessible on port 80, with basic password auth)
  • PostGIS (for loading OpenStreetMap data into)
  • osm2pgsql (loads the OpenStreetMap data)
  • Scripts to manage loading OSM data and refresh it with minimal downtime
  • OSRM (routing engine)
sudo apt-get -y install git &&
git clone https://github.com/stevage/tilemill-server &&
cd tilemill-server

# Optionally, edit tm-settings

sudo nohup ./install.sh &

When done, TileMill is accessible on port 80: http://myserver OSRM will be running by default on port 5010

About

Scripts supporting a tilemill server deployment (see http://steveko.wordpress.com/2013/05/08/tilemill-server/ )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%