/izone

基于Blade框架开发的社交平台

Primary LanguageJava

izone

Join the chat at https://gitter.im/biezhi/junicorn-izoe

必须环境

  • Mysql
  • JDK1.6+
  • Maven

安装说明

新建数据库 izone,字符集为 UTF-8,导入 izone.sql 到你的数据库。

$ git clone https://github.com/junicorn/izone.git
$ cd izone
$ mvn jetty:run

访问 http://localhost:9000 即可 :)

提交测试