Skip to content

Instantly share code, notes, and snippets.

View oliverroick's full-sized avatar

Oliver Roick oliverroick

View GitHub Profile
@oliverroick
oliverroick / gist:55fbf660304f7e076f76
Last active September 24, 2015 08:45
GeoKey install instructions

Get a Debian system up and running

  1. Install vagrant and VirtualBox
  2. Create a directory where you place everything GeoKey
  3. In that directory, create a file called "Vagrantfile" and add the following:
Vagrant.configure(2) do |config|
  config.vm.box = "bento/debian-7.8"
config.vm.network "forwarded_port", guest: 8000, host: 8080