/PyramidDemo

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

PyramidDemo README
==================

Sample demonstration web application using Pyramid 
(http://www.pylonsproject.org/)

This projet is used as support for the tutorial (in French):
http://www.chicoree.fr/w/Premiers_pas_avec_Pyramid

Getting Started
---------------

- cd <directory containing this file>

- $VENV/bin/python setup.py develop

- $VENV/bin/initialize_PyramidDemo_db development.ini

- mysql -u root -p -h <db-host> < pyramiddemo/script/initializedb.sql

- $VENV/bin/pserve development.ini