Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavirajk/speakup
A Simple blog application using webpy
https://github.com/kavirajk/speakup
Last synced: 2 days ago
JSON representation
A Simple blog application using webpy
- Host: GitHub
- URL: https://github.com/kavirajk/speakup
- Owner: kavirajk
- Created: 2014-08-24T17:49:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T08:54:26.000Z (about 10 years ago)
- Last Synced: 2023-08-02T02:53:51.431Z (over 1 year ago)
- Language: Python
- Size: 1.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##SpeakUp
> Kaviraj
A Simple blog application using webpy and postgresql. It features simple login/signup mechanism using sessions.
##Requirements
- python 2.7.5 or above
- posgresql 9.3.4
- web.py 0.37
##How to Run
###Make postgresql ready
bash-4.2$ createdb -U postgres speakup
bash-4.2$ pg_restore -U postgres -d speakup schema.sql###From the project root directory and execute following command.
bash-4.2$ python bin/speakup.py