Skip to content

Instantly share code, notes, and snippets.

View zerodivide1's full-sized avatar

Sean Payne zerodivide1

View GitHub Profile

Keybase proof

I hereby claim:

  • I am zerodivide1 on github.
  • I am seantpayne (https://keybase.io/seantpayne) on keybase.
  • I have a public key whose fingerprint is 2745 A7BA 3BD5 F26C 4BAD 16FE A7A5 3B5B D4C1 1E6A

To claim this, I am signing this object:

@zerodivide1
zerodivide1 / gist:8186977
Created December 30, 2013 19:39
Setup httpbin on bare Ubuntu VM (13.10)
1) Install dependency packages:
$ sudo apt-get install -y screen git wget curl build-essential python-setuptools ruby-ronn
$ screen
$ sudo gem install foreman
2) Clone httpbin project locally:
$ git clone https://github.com/kennethreitz/httpbin.git
3) Install httpbin dependencies:
$ cd httpbin
$ sudo easy_install $(xargs --arg-file=requirements.txt)
4) Run: