Fancy playing with CoreOS and on a Mac? It is possible # Clone CoreOS’s Vagrant repository from https://github.com/coreos/coreos-vagrant git clone [email protected]:coreos/coreos-vagrant.git cd coreos-vagrant   # Clear out any pre-existing cluster vagrant destroy -f   # Ensure the latest vagrant images …

CoreOS cluster on a Mac via Vagrant Read more »

Tagged with: , , , , ,

Okay, so I need to build proper RPMs rather than using FPM to create them. Our build toolchain uses SBT to build everything, and utilises sbt-assembly to generate a single executable JAR. Which we then wrap up in an RPM …

Using SBT to create an RPM (detour including Vagrant) Read more »

Tagged with: , , , , , ,