Skip to content

Commit

Permalink
- tiny docs improvements [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 18, 2024
1 parent 0ef9d15 commit bb68b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ version you find on https://zopefoundation.github.io/Zope/:
$ python3.7 -m venv zope
$ cd zope
$ bin/pip install -U pip wheel
$ bin/pip install Zope[wsgi]==5.0 \
$ bin/pip install Zope[wsgi] \
-c https://zopefoundation.github.io/Zope/releases/5.0/constraints.txt
You can also install Zope using a single requirements file. **Note that this
Expand Down
6 changes: 3 additions & 3 deletions docs/operation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Zope server process. The instance home is created using the
$ bin/mkwsgiinstance -d .
The `-d .` argument specifies the directory to create the instance
home in.
The `-d` argument specifies the directory to create the instance
home in, where the dot (``.``) means the current folder.

You will be asked to provide a user name and password for an
administrator's account during ``mkwsgiinstance``. To see all available
Expand Down Expand Up @@ -168,7 +168,7 @@ Now you are able to log in using a browser, as described in

Running Zope as a Daemon
~~~~~~~~~~~~~~~~~~~~~~~~
Zope itself has no built-in support for running as a daemon any more.
Zope itself has no built-in support for running as a daemon anymore.

If you create your Zope instance using ``plone.recipe.zope2instance`` you can
use its start/stop script to daemonize Zope. See the next section for how to do
Expand Down

0 comments on commit bb68b62

Please sign in to comment.