Skip to content

Instantly share code, notes, and snippets.

@lonnen
Last active August 29, 2015 13:57
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 lonnen/9731168 to your computer and use it in GitHub Desktop.
Save lonnen/9731168 to your computer and use it in GitHub Desktop.
a more-or-less updated recipe for deploying the webeng combine back end
git clone git@github.com:lonnen/webeng-2014-puzzles.git
rm -rf /puzzles; cp -r webeng-2014-puzzles /puzzles
git clone git@github.com:lonnen/davis-ci.git
cd davis-ci
git clone git@github.com:lonnen/doozer.git
cd doozer
make build
cd ..
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment