zms:简化的内容建模

ZMS3的Python项目详细描述


zms是一个基于python的科技、医学内容管理和电子出版系统。一个简单的编辑界面和灵活的内容模型(多语言、元数据、内容对象、XML导入/导出、工作流等)是为网站、文档和教育内容的最佳生产力而设计的。

ZMS组件的模块化和批准的生产流程使ZMS成为一个无与伦比的快速工具。潜在的以效率为导向的出版模式是hoffmann+liebenberg近年来与柏林sntl出版公司联合开展的许多咨询项目的结果。

http://www.zms-publishing.com

安装(gnu/linux、osx/darwin和windows/wsl)

note:请参阅下面的先决条件。

(1)设置环境

$ cd ~
$ virtualenv ZMS3

(2)安装[或升级]产品

$ ./ZMS3/bin/pip install ZMS3 [--upgrade]

(3)创建实例[或在升级时重新启动]

$ ./ZMS3/bin/mkzopeinstance --dir ZMS3/instance
$ ./ZMS3/instance/bin/zopectl start

and finally “Add ZMS” via web user interface

(replace “localhost” with your system’s IP address or domain name if no local installation)

先决条件

^{tt1}$ is the PyPA recommended tool for creating isolated Python environments:
^{tt2}$ is the PyPA recommended tool for installing and managing Python packages:

Users of Microsoft Windows 10 can enable the Windows subsystem for Linux (WSL) for installing ZMS as under Linux (Bash on Ubuntu on Windows). Users of former Windows version have to install a development environment. MinGW (Minimalist GNU for Windows, http://www.mingw.org) provides a complete Open Source programming tool set which is suitable (more hints).

Apple OS X running updated Xcode command line tools causes compiler errors rather than warnings used until before. You can downgrade these errors to warnings again.

如果遇到编译错误,如fatal error: Python.h: No such file or directory compilation terminated,请使用系统推荐的包管理器安装开发头。

版权所有(c)2000-2017HOFFMANN+LIEBENBERGSNTL Publishing相关,柏林。根据GNU General Public License v3许可证发布的代码。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
junit cucumber为什么会找到“runTest.java”来运行测试?   在Eclipse中找不到java KeyPairGenerator   java NotSerializableException即使在实现Serializable之后   noclassdeffounderror(java字符串连接)为什么会出现这种异常?   java Guice:将接口绑定到由动态代理创建的实例   使用Spring数据neo4j创建空间索引时发生java错误   java对于需要在50多个excel文件上运行并且每个文件平均包含25k行的项目,最佳的方法是什么   javaNIO中的java缓冲区写入/发送消息问题   如何在Java/eclipse中添加不调用super()的警告   JavaSpring:mvcUrl映射错误的id   java应该在getInstance或构造函数中使用Init方法吗?   安卓中的java空指针异常错误   java Jsoup不能完全获取原始html代码