mapzen/osm-history-tools-vm

Name: osm-history-tools-vm

Owner: Mapzen

Description: A Vagrant config for building VMs with some tools for manipulating OSM history built.

Created: 2015-09-24 18:35:03.0

Updated: 2016-06-24 18:52:48.0

Pushed: 2015-09-24 18:36:45.0

Homepage: null

Size: 112

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OSM History Tools VM

This repository contains a vagrant configuration file which will install some tools which are useful for dealing with OSM history dumps. The software packages currently built are:

Requirements

You will need to download and install vagrant.

Installation

From the directory where you checked out the source for this project, you should be able to run something like:

ant up

Which might take a while to run, as it might have to download the base image, install a whole bunch of development tools, checkout various sources and build them. After it has completed you should be able to run:

ant ssh

Which will give you a login shell on the built VM.

Usage notes

Some binaries and libraries are installed on the VM in the /usr/local directory, so you sould either put this in one of your login configuration files, or run as appropriate before commands:

rt LD_LIBRARY_PATH=/usr/local/lib
rt PATH=$PATH:/usr/local/bin

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.