Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-leroux/pyramiddemo


https://github.com/s-leroux/pyramiddemo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

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

- $VENV/bin/python setup.py develop

- $VENV/bin/initialize_PyramidDemo_db development.ini

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

- $VENV/bin/pserve development.ini