openpgp4fpr:2745A7BA3BD5F26C4BAD16FEA7A53B5BD4C11E6A
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |