Commit a819388c authored by Michael Howitz's avatar Michael Howitz

Update to current version. [skip ci]

parent 51a7d967
......@@ -125,8 +125,8 @@ This procedure involves the following steps:
- Fetch the buildout bootstrap script into the environment.
- Fetch the version files into the environment, for example:
https://raw.github.com/zopefoundation/Zope/2.13.26/versions.cfg
https://raw.github.com/zopefoundation/Zope/2.13.26/ztk-versions.cfg
https://raw.github.com/zopefoundation/Zope/2.13.27/versions.cfg
https://raw.github.com/zopefoundation/Zope/2.13.27/ztk-versions.cfg
- Create a buildout configuration as follows:
......
......@@ -17,14 +17,14 @@ Create a Virtual Environment
$ cd z213
Install the Zope2 2.13.26 Software Packages
Install the Zope2 2.13.27 Software Packages
-------------------------------------------
.. code-block:: sh
$ bin/pip install \
--no-binary zc.recipe.egg \
-r https://zopefoundation.github.io/Zope/releases/2.13.26/requirements.txt
-r https://zopefoundation.github.io/Zope/releases/2.13.27/requirements.txt
Collecting Zope2
...
Successfully installed ...
......
......@@ -13,12 +13,12 @@ To run as a WSGI application, you need to install some additional software.
.. code-block:: sh
$ bin/pip install \
--trusted-host download.zope.org \
--index http://download.zope.org/Zope2/index/2.13.26/ \
--no-binary zc.recipe.egg \
-r https://zopefoundation.github.io/Zope/releases/2.13.27/requirements.txt \
repoze.who repoze.tm2 repoze.retry Paste PasteDeploy PasteScript
Collecting repoze.who
...
Successfully installed Paste-1.7.5.1 PasteDeploy-1.3.4 PasteScript-1.7.5 repoze.retry-1.2 repoze.tm2-1.0 repoze.who-2.0
Successfully installed ...
Update the Zope Application Configuration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment