Skip to content

Instantly share code, notes, and snippets.

Getting Cassandra and OpsCenter to run on OSX using Docker

Getting Docker installed

Why not make life easy...? Install Homebrew

The 'brew' package lets you install applications through the commandline, making compiling and setting up new apps a breeze.

Since docker cannot run on osx natively, we will need to build a virtual machine

@thejinxters
thejinxters / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
Running "karma:unit" (karma) task
INFO [karma]: Karma v0.12.23 server started at http://localhost:8080/
INFO [launcher]: Starting browser PhantomJS
WARN [watcher]: Pattern "/Users/brandonmikulka/Developer/angular-tuxedio/test/mock/**/*.coffee" does not match any file.
INFO [PhantomJS 1.9.7 (Mac OS X)]: Connected on socket 8MzpO-_xy33Qb7rGifJ9 with id 27108546
PhantomJS 1.9.7 (Mac OS X) Controller: AdminCtrl should attach a list of experiences to the scope FAILED
Expected { experiences : [ { id : 1 }, { id : 2 } ], $promise : { then : Function, catch : Function, finally : Function }, $resolved : true } to equal { experiences : [ { id : 1 }, { id : 2 } ] }.
PhantomJS 1.9.7 (Mac OS X) Service: Experiences should do something FAILED
Error: [$injector:unpr] Unknown provider: ExperiencesProvider <- Experiences
http://errors.angularjs.org/1.2.23/$injector/unpr?p0=ExperiencesProvider%20%3C-%20Experiences