Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
a819388c
Commit
a819388c
authored
Jan 31, 2018
by
Michael Howitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to current version. [skip ci]
parent
51a7d967
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
doc/INSTALL-buildout.rst
doc/INSTALL-buildout.rst
+2
-2
doc/INSTALL-virtualenv.rst
doc/INSTALL-virtualenv.rst
+2
-2
doc/WSGI.rst
doc/WSGI.rst
+6
-6
No files found.
doc/INSTALL-buildout.rst
View file @
a819388c
...
...
@@ -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.2
6
/versions.cfg
https://raw.github.com/zopefoundation/Zope/2.13.2
6
/ztk-versions.cfg
https://raw.github.com/zopefoundation/Zope/2.13.2
7
/versions.cfg
https://raw.github.com/zopefoundation/Zope/2.13.2
7
/ztk-versions.cfg
- Create a buildout configuration as follows:
...
...
doc/INSTALL-virtualenv.rst
View file @
a819388c
...
...
@@ -17,14 +17,14 @@ Create a Virtual Environment
$ cd z213
Install the Zope2 2.13.2
6
Software Packages
Install the Zope2 2.13.2
7
Software Packages
-------------------------------------------
.. code-block:: sh
$ bin/pip install \
--no-binary zc.recipe.egg \
-r https://zopefoundation.github.io/Zope/releases/2.13.2
6
/requirements.txt
-r https://zopefoundation.github.io/Zope/releases/2.13.2
7
/requirements.txt
Collecting Zope2
...
Successfully installed ...
...
...
doc/WSGI.rst
View file @
a819388c
...
...
@@ -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.or
g \
-
-index http://download.zope.org/Zope2/index/2.13.26/
\
--
no-binary zc.recipe.eg
g \
-
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
...
...
@@ -39,7 +39,7 @@ Update the contents as follows.
instancehome $INSTANCE
.. note::
The ``%define instance /path/to/virtualenv`` element must
point to the environment: there is no "relative to this file" support
built in.
...
...
@@ -145,7 +145,7 @@ Finally, configure the WSGI server:
port = 8080
.. note::
Any server conforming to PEP 333/3333 should work, although the parameters
could change.
...
...
@@ -168,7 +168,7 @@ Start the WSGI Server
.. code-block:: sh
$ bin/paster serve etc/zope.wsgi
$ bin/paster serve etc/zope.wsgi
Starting server in PID 24934.
serving on http://127.0.0.1:8080
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment