https://github.com/cellml/cellml.site
CellML Plone Site.
https://github.com/cellml/cellml.site
Last synced: about 2 months ago
JSON representation
CellML Plone Site.
- Host: GitHub
- URL: https://github.com/cellml/cellml.site
- Owner: cellml
- Created: 2013-04-09T02:08:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T01:54:05.000Z (about 3 years ago)
- Last Synced: 2025-03-21T11:31:55.115Z (over 1 year ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Introduction
============
This is the standard buildout configuration for the `CellML Website`_.
.. _CellML Website: https://www.cellml.org/
To install, it requires the standard set of system dependencies needed
for a Zope/Plone installation, namely the C compiler, Python 2.7 header
files and build related packages. On a Debian/Ubuntu compatible system
please install the following packages:
* build-essential
* zlib1g-dev
* libxml2-dev
* libxslt1-dev
* python2.7-dev
To test, just do::
$ python2.7 bootstrap.py
$ bin/buildout
Start it off by::
$ bin/zeoserver-testing start
$ bin/instance-testing start
If you are trying to stage this, please use the appropriate buildout
configuration file::
$ bin/buildout -c staging-instance.cfg
Since Zope 2.4, VirtualHostMonster is recommended over SiteRoot to put
Zope behind Apache and have all requests be redirected correctly. In
this case, this will be the URI to use:
http://localhost:13080/VirtualHostBase/http/www.cellml.org:80/cellml/VirtualHostRoot/
For https, this will be the URI:
http://localhost:13080/VirtualHostBase/https/www.cellml.org:443/cellml/VirtualHostRoot/