peterellisjones / hieronymus

Meteor-based GUI for `bosh vms`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portrait of Hieronymus Bosch

Hieronymus

Meteor-based GUI for BOSH command bosh vms. Created with Craig Furman as part of the Pivotal Labs Hackday May 2014.

If you have a publicly accessible BOSH director and aren't too concerned about security, you can use this app at hieronymus.meteor.com. Otherwise, see below for instructions on how to serve this app locally.

Screenshots

login screenshot

vms screenshot

Getting started

Make sure you have npm and meteorite installed

$ brew install npm

$ npm -g install meteorite

Install meteor with the script from the site

$ curl https://install.meteor.com/ | sh

CD into the repo and run mrt

$ git clone https://github.com/peterellisjones/hieronymus
$ cd hieronymus
$ NODE_TLS_REJECT_UNAUTHORIZED=0 mrt

NODE_TLS_REJECT_UNAUTHORIZED=0 is required if your BOSH director uses self-signed certificates

You should now see hieronymus at localhost:3000

About

Meteor-based GUI for `bosh vms`


Languages

Language:CoffeeScript 100.0%