Skip to content

alexzhan/dormforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

source code for 18zhou.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published