-
On mac, install homebrew (http://brew.sh/) ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
-
Install pip sudo easy_install pip
-
Install Virtual Environment sudo pip install virtualenv
-
Clone the repo
-
create a new virtualenv (named 'hs' in the example)
virtualenv hs --no-site-packages
-
enter your virtualenv
source hs/bin/activate
-
bootstrap your installation (this installs some requirements via pip)
TimelyTweet/bin/bootstrap.py
-
RUN python timetwitter/server.py Application will start running on http://0.0.0.0:5000/