Tuesday, June 22, 2010

pylons

# run these commands to install/configure/test a pylons app
# test the app by going to http://localhost:5000

virtualenv --no-site-packages pyenv_quickwiki
. ./pyenv_quickwiki/bin/activate
easy_install Distribute
easy_install pip
pip install QuickWiki
paster make-config QuickWiki test.ini
paster setup-app test.ini
paster serve test.ini

No comments:

Post a Comment