mapzen/vagrant-tiles

Name: vagrant-tiles

Owner: Mapzen

Description: Run tiles stack locally

Created: 2015-07-06 18:46:04.0

Updated: 2018-04-25 15:44:21.0

Pushed: 2016-08-15 15:37:41.0

Homepage: null

Size: 39

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Deprecated

Note that this repository is deprecated and is not being maintained.

vagrant-tiles

This will set up a vagrant image with all the tile components that the Mapzen vector tile service uses running in a single vm. This is not meant to be production ready, but merely a demonstration of how the various pieces of an OpenStreetMap vector tile service can fit together.

Prerequisites
Configuration

The Vagrantfile contains all configuration.

In particular, it is expecting that a /var/vagrant path exists on the host, and is where many files will be placed. This directory should already exist, and should be owned by the user that will be creating the image.

To set up that location:

 mkdir /var/vagrant
 chown `whoami`:`whoami` /var/vagrant

The Vagrantfile also has configuration to use 5 gigabytes of memory and 2 processors. This might not all be needed, but if you have less you may run out of memory at some point in the process.

Installation
vagrant up
Components running

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.