Skip to content

Commit

Permalink
using pip
Browse files Browse the repository at this point in the history
To install the dependence libraries by pip
Update the README and using markdown format it
  • Loading branch information
tairan committed Mar 24, 2012
1 parent 2e17053 commit 706f131
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 39 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@
*.pid *.pid
*.db *.db
*.swp *.swp
# virtualenv
env
39 changes: 0 additions & 39 deletions README

This file was deleted.

37 changes: 37 additions & 0 deletions README.md
@@ -0,0 +1,37 @@
A team blog based on [Flask](http://flask.pocoo.org/)
===

Thanks for flask_website and newsmeme at [http://flask.pocoo.org/community/poweredby/]

##Install

###Prerequisite

pip install -r requirements.txt

###Custom the Configuration

pypress/config.cfg

###Sync database

python manage.py createall

###Run

python manage.py runserver

##Example
###Create Users

Admin:

python manage.py createcode -r admin

Create three members in a batch:

python manage.py createcode -r member -n 3

###Signup

http://localhost:8080/account/signup/
14 changes: 14 additions & 0 deletions requirements.txt
@@ -0,0 +1,14 @@
Flask
Flask-OAuth
Flask-Cache
Flask-SQLAlchemy
Flask-Principal
Flask-WTF
Flask-Mail
Flask-Script
Flask-Babel
Flask-Themes
Flask-Uploads
pygments
markdown
blinker

0 comments on commit 706f131

Please sign in to comment.