- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/bukun/TorCMS
- 软件文档: https://github.com/bukun/TorCMS/blob/master/README.rst
- 官方下载: https://github.com/bukun/TorCMS/releases
软件介绍
基于Tornado的开源CMS系统,TorCMS 是使用Python 3.4+,Tornado Web框架, Peewee 开发的,数据库使用 PostgreSQL 9.4以上版本。使用MIT协议发布,目的是为了学习与交流,欢迎大家多提意见。
案例:
http://www.osgeo.cn
http://www.yunsuan.org
http://www.maplet.org
http://drr.ikcest.org
系统运行支持Python 3.4,3.5,3.6(测试通过)。编辑器使用 MarkDown 语法。
另外,为了使系统正常运行,可能需要安装下面的一些模块:
pip install -r requirements.txt
获取源代码的方式:
git clone https://github.com/bukun/TorCMS.git
PIP安装:
pip install torcms
