项目作者: luizanao

项目描述 :
Sample forum project using Python,Pyramid and Mongdb
高级语言: Python
项目地址: git://github.com/luizanao/pyforum.git
创建时间: 2013-11-10T07:45:21Z
项目社区:https://github.com/luizanao/pyforum

开源协议:

下载


PyForum

Micro forum sample application using Pyramid, Bootstrap 3 and MongoDb.
Code produced in 2013 by a learner, so take it easy!

preview

How to run:

It’s recommented using a virtual environment of your preference, and install the project.

  1. python setup install

Get your databse up and running:

  1. mkdir ~/data
  2. sudo docker run -d -p 27017:27017 -v ~/data:/data/db mongo

and finally:

  1. pserve development.ini
  2. >> Starting server in PID 65819.
  3. >> serving on http://0.0.0.0:6543

Powered by:

Planned but never gonna happen

  • Add up|down votes to answers
  • social-auths(github) logins