Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zms-publishing/zms
Running on Python 3.8+
https://github.com/zms-publishing/zms
cms cms-framework content management medicine publishing python python-3 python3 science system technology
Last synced: 2 months ago
JSON representation
Running on Python 3.8+
- Host: GitHub
- URL: https://github.com/zms-publishing/zms
- Owner: zms-publishing
- Created: 2018-04-21T10:12:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:29:56.000Z (2 months ago)
- Last Synced: 2024-10-29T12:17:48.288Z (2 months ago)
- Topics: cms, cms-framework, content, management, medicine, publishing, python, python-3, python3, science, system, technology
- Language: Python
- Homepage:
- Size: 103 MB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Authors: AUTHORS
Awesome Lists containing this project
README
ZMS: Simplified Content Modelling
=================================ZMS is the Python-based Content Management and E-Publishing System for Science, Technology and Medicine. A simple editing interface and flexible content model (multilingualism, metadata, content objects, XML import/export, workflow etc.) is designed for optimal productivity for web sites, documentation and educational content.
Modularity of the ZMS components and approved production processes turn ZMS into an incomparably rapid tool. The underlying efficiency-oriented publication model is the result of many consulting projects in recent years by HOFFMANN+LIEBENBERG in association with SNTL Publishing, Berlin.
Download
---------* Source: https://github.com/zms-publishing/ZMS/
* Revisions: https://github.com/zms-publishing/ZMS/commits/master
* Archive: https://github.com/zms-publishing/ZMS/archive/master.zipInstallation (GNU/Linux, OSX/Darwin and Windows/WSL)
----------------------------------------------------*NOTE*: See Prerequisites below.
**(1) Setup an Environment**
::$ cd ~
$ python3 -m venv ~/ZMS
**(2) Install [or Upgrade] the Product**::
$ ./ZMS/bin/pip install https://github.com/zms-publishing/ZMS/archive/master.zip [--upgrade]
or install from pypi
::
$ ./ZMS/bin/pip install ZMS [--upgrade]
**(3) Create an Instance [or restart on Upgrade]**
::
$ ./ZMS/bin/mkwsgiinstance -d ../instance
$ ./ZMS/bin/runwsgi -v ../instance/etc/zope.iniand finally "Add ZMS" via web user interface
http://localhost:8080/manage
(replace "localhost" with your system's IP address or domain name if no local installation)More detailed instructions can be found here: https://github.com/zms-publishing/ZMS/blob/main/docs/develop_intro_en.md
Prerequisites
-------------``virtualenv`` is the PyPA recommended tool for creating isolated Python environments:
https://virtualenv.pypa.io/en/latest/installation.html``pip`` is the PyPA recommended tool for installing and managing Python packages:
https://pip.pypa.io/en/latest/installing.htmlUsers of Microsoft Windows 10/11 can enable the Windows subsystem for Linux (WSL) for installing ZMS as under Linux (`Bash on Ubuntu on Windows `_). 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. If you get compilation errors like ``fatal error: Python.h: No such file or directory compilation terminated``, install development headers using your system's recommended package manager.
____
Copyright (c) 2000-2024 `HOFFMANN+LIEBENBERG `_ in association with `SNTL Publishing `_, Berlin. Code released under the `GNU General Public License v3 `_ license.