Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-leroux/pyramiddemo
https://github.com/s-leroux/pyramiddemo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-leroux/pyramiddemo
- Owner: s-leroux
- License: gpl-2.0
- Created: 2015-02-11T14:41:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T15:48:07.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T13:33:10.628Z (almost 2 years ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.md
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_PyramidGetting 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