-
Notifications
You must be signed in to change notification settings - Fork 19
Install
alabid edited this page Aug 8, 2012
·
14 revisions
sudo apt-get install python-dev
http://www.tornadoweb.org/documentation#download
sudo apt-get install python-setuptools
sudo easy_install -U setuptools
sudo easy_install Mako sudo easy_install MongoKit sudo easy_install python-dateutil sudo easy_install pytz
download a copy of whirlwind from https://github.com/trendrr/whirlwind/ or alternately clone a copy of the git repo
tar -xzf trendrr-whirlwind-5c17ff8.tar.gz
cd whirlwind
sudo python setup.py install
whirlwind-admin.py --create-application myapp
generate a cookie secret (copy output to config/settings.py) whirlwind-admin.py --gcs
python main.py