Skip to content
/ TorCMS Public
forked from bukun/TorCMS

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

License

Notifications You must be signed in to change notification settings

Geoion/TorCMS

This branch is 85 commits ahead of, 1878 commits behind bukun/TorCMS:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

691a29f · Aug 30, 2015

History

85 Commits
Aug 15, 2015
Aug 15, 2015
Aug 13, 2015
Aug 15, 2015
Aug 28, 2015
Aug 28, 2015
Aug 30, 2015
Aug 15, 2015
Aug 11, 2015
Aug 26, 2015
Aug 12, 2015
Aug 15, 2015
Mar 20, 2015
Aug 13, 2015
Feb 12, 2015
Aug 15, 2015
Jul 4, 2015
Aug 12, 2015
Aug 12, 2015

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%