Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 812 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 812 Bytes

Project Dormforge

Project Dormforge is an open source software package for creating and supporting students' communities.

18zhou.com is a students' community powered by Project Dormforge.

Project Dormforge is written by Tornado in Python, and it also makes use of a lot of open source software,including but not resricted to Twitter Bootstrap,mysql,redis,redis-py,so after you clone or download Project Dormforge,you have to install the previous software before run it.

To create the database:
CREATE DATABASE df;
GRANT ALL PRIVILEGES ON df.* TO 'df'@'localhost' IDENTIFIED BY 'df';
To reload the tables:
mysql --user=df --password=df --database=df < schema.sql

Project Dormforge is licensed under BSD license.