Erya是基于SemanticUI开发的内容发布系统,主要用来搭建BBS。
系统的后端实现简单的REST接口,目前使用Python3 + Django的架构,Python2.7测试通过。
下载zip包解压或是直接clone,用pip3安装Django。
git clone https://github.com/perchouli/erya.git
cd erya
pip3 install -r requirements.txt
执行migration相关命令,添加管理账号。如果使用默认的sqlite可以跳过这一步,默认的管理账号/密码是: root/root
python3 manage.py migrate
python3 manage.py createsuperuser
进入管理后台(/admin),添加分类,分类icon请参看: http://semantic-ui.com/elements/icon.html
回到首页,可以开始使用了。
- 演示地址: http://bbs.dmyz.org
- Github: https://github.com/perchouli/erya