GO and OS X
I’m doing a little hacking with
juju actions before they land in a stable release but I ran into some hurdles getting Go working with the
brew-installed version. Trying to install Go packages failed with a bunch of ‘unrecognized import path’ errors. Here’s how I fixed it.
STOP, GO, STOP
Even though you can install Go via brew, there’s
(
Read more... )
Comments 3
juju looks...interesting. I think Amazon just announced something similar for ec2? http://aws.amazon.com/codedeploy/ (and maybe http://aws.amazon.com/config/ ? ... brain not holding things much, so this is as much a question of "is this what juju is?" as anything... )
Reply
Juju's a 'cloud orchestration' kit, usable against just about any cloud provider. From my local laptop, I can spin up and monitor a cluster of web servers. Takes me two minutes, and it does all the hard work of provisioning the right instances, bootstrapping the machines and installing the services I want.
Reply
hmm.
starting to appreciate the cloud a little (although not the $ involved). but the scale problems being solved...and the right sorts of redundancies...yes.
Reply
Leave a comment