Posts
Published 2 July 2014
in archive
with tags
node
,
snippet
,
javascript
Here is a snippet for how to detect if JavaScript is running under Node:
Continue reading …
Published 1 July 2014
in archive
with tags
deis
,
procfile
,
dockerfile
Deis allows you to run apps in two different ways: using a Procfile, and using a Dockerfile. When using a Procfile, you define what type of processes you'll be running, such as:
Continue reading …
Published 27 June 2014
in archive
with tags
ssh
,
rdp
I wrote about connecting to RDP over SSH, but that relied upon PuTTY. As I'm now using OSX, I have access to OpenSSH. This makes things easier.
Continue reading …
Published 23 June 2014
in archive
with tags
vagrant
,
docker
,
homebrew
,
boot2docker
To install Docker on OSX, you're going to need to install a few prerequisites.
Continue reading …
Published 23 June 2014
in archive
with tags
homebrew
,
osx
,
vagrant
We're going to install Vagrant on OSX using Homebrew.
Continue reading …