herwix / minnebar-vagrant-grails

Example from Minnebar

Home Page:http://www.rvl.io/beckje01/minnebar-vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Multi VM Example#

Example from the MinneBar Vagrant to Escape Tight Coupling Talk.

Run App

  1. git submodule init
  2. git submodule update
  3. vagrant up

You may need to do vagrant reload if there is an error I have a bug in a puppet manifest I'm fixing.

Interact with the App

  • POST http://10.0.10.30/minnebar/store

  • HEADER Content-Type application/json

  • BODY {key:42,value:'Bob is your uncle'}