Skip to content

Instantly share code, notes, and snippets.

@mohiji
Last active March 14, 2017 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohiji/dcc06d466fa4fbf3750c1a9e13058759 to your computer and use it in GitHub Desktop.
Save mohiji/dcc06d466fa4fbf3750c1a9e13058759 to your computer and use it in GitHub Desktop.
Notes on "Deploying your first Clojure App from the shadows"

In Chapter 1: Set Up a Server and Deploy a Clojure App to it

  • "anotehr" mis-spelling
  • ansible-galaxy install: the requirements file is in infrastructure/ansible, not just ansible/
  • vagrant up fails:

(silly placeholder to get markdown to do what I want)

solace:infrastructure jfischer$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'trusty64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'trusty64' (v0) for provider: virtualbox
    default: Downloading: trusty64
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /Users/jfischer/Desktop/character-sheet-example/infrastructure/trusty64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment