Skip to content

Geoion/TorCMS

 
 

Repository files navigation

TorCMS

Flexible, extensible web CMS framework built on Tornado, Peewee and Purecss, compatible with Python 3.4 .

How to Run

Initialize the SQLite3 database

cd database
sqlite3 torcms.db < initdb.sql

For Python.

You should be under Python 3.4.

Install libs for Python 3.4,

pip install -r  requirements.txt

Do some initializtion work,

python script_init_env.py

Run the web application,

python server.py

Open web brower and navigate to http://127.0.0.1:8088 .

Enjoy it!

Case

In Chinese

本 CMS 是使用Python 3.4,Tornado Web框架, Peewee, Purecss 开发的。 此CMS系统原本用于云算笔记开放地理空间实验室(现合并到OSGeo中国中心)等网站, 后来慢慢将 CMS 从中抽取出来。

由于开发者并非计算机专业,对于开发的事情很多只是一知半解,如果有问题,欢迎与我进行联系。 Email: bukun#osgeo.cn

更多的说明,请参见官方主页: http://www.yunsuan.org/page/torcms.html

About

Flexible, extensible web CMS framework built on Tornado, Peewee and Purecss, compatible with Python 3.4 .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 37.0%
  • CSS 21.5%
  • Python 15.5%
  • JavaScript 14.0%
  • HTML 11.9%
  • Shell 0.1%