Skip to content

d3netxer/osmbox

Repository files navigation

#osmbox

The main purposed of this box is to create an environment that makes it easy to create historical mapping tiles in OpenStreetMap.

#####The final vagrant box is on ATLAS and is named omnitom/osmbox #####Install Vagrant and see Getting Started #####example:

$ vagrant init omnitom/osmbox
$ vagrant up

#####Building osmbox yourself:

Three different packer templates are meant to be run in order. This is done so new features can be added in an incremental fashion.

Install packer first.

-packer build osmbox-step1-install-os.json

This will output a osmbox-step1 .ovf and .vmdk file in the newly created output-virtualbox-iso directory

-packer build osmbox-step2-install-software.json

This will output a .ovf file in the newly created output-virtualbox-ovf directory

-packer build osmbox-step3-configure-system.json

The final .ovf file will be inside the output-virtualbox-ovf3 directory. The final Vagrant box file will be inside the step3-box directory.

##What's installed

-ubuntu 14.04 desktop (credit to: https://github.com/boxcutter/ubuntu)

###system_packages:

  • build-essential
  • git
  • curl
  • make
  • vim
  • unzip
  • nodejs
  • graphicsmagick
  • libevent-dev
  • nginx
  • clang
  • whois
  • python-setuptools
  • python-dateutil
  • python-software-properties
  • python-gdal
  • python-mapnik2
  • python-pyproj
  • python-dev
  • python-imaging
  • python-virtualenv
  • libpq-dev
  • libgdal1h
  • libgdal-dev
  • postgresql-9.1
  • postgresql-9.1-postgis-2.0
  • postgresql-contrib-9.1
  • zlib1g-dev
  • libexpat1
  • libexpat1-dev
  • libxml2
  • libxml2-dev
  • libgeos-dev
  • libgeos++-dev
  • libprotobuf7
  • libprotobuf-dev
  • protobuf-compiler
  • libsparsehash-dev
  • libboost-dev
  • libgdal1-dev
  • libproj-dev
  • subversion
  • doxygen
  • graphviz
  • pgadmin3
  • libosmpbf-dev
  • osm2pgsql
  • tilemill
  • libmapnik
  • gdal-bin
  • mapnik-utils
  • qgis
  • openjdk-7-jdk
  • proj
  • libprotobuf-c0-dev
  • libfontconfig1:i386
  • libx11-6:i386
  • libxrender1:i386
  • libxext6:i386
  • libgl1-mesa-glx:i386
  • libglu1-mesa:i386
  • libglib2.0-0:i386
  • libsm6:i386

###repos:

  • osmium
  • osm-history-splitter
  • openstreetmap-carto
  • epic-osm
  • protobuf
  • protobuf-c

###Python packages:

  • django
  • psycopg2
  • django-geojson
  • requests
  • pyyaml
  • django-leaflet

###protobuf and protobuf-c are both compiled and installed

###ruby 1.9.3 is installed

###Google Earth is installed

###Ubuntu Personal Package Archives (PPAs):

  • ubuntugis/ubuntugis-unstable
  • kakrueger/osm-unstable
  • developmentseed/mapbox
  • rael-gc/rvm

About

creating images for virtual machines that work with OpenStreetMap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published