Skip to content

nile/CloudPaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0eeb1b2 · Apr 11, 2013
Apr 11, 2013
Dec 19, 2012
Feb 27, 2013
Feb 27, 2013
Jan 4, 2013
Dec 4, 2012
Feb 27, 2013
Aug 21, 2011
Feb 27, 2013
Dec 19, 2012
Dec 19, 2012
Aug 17, 2011
Oct 28, 2010
Oct 11, 2010
Mar 15, 2011

Repository files navigation

CloudPaster

是一个基于Playframework框架在线问答系统。

截图

首页

如何安装

  1. 下载playframwork-1.2.4.zip

  2. 检出本项目代码

    git clone git://github.com/nile/CloudPaster.git

  3. 配置数据库 打开conf/ebean.properties修改数据库配置

  4. 初始化数据库 mysql -uuser -ppassword dbname < default-create.sql

  5. 启动 play run

  6. 访问 http://localhost:9000