Skip to content

Commit

Permalink
Switch to other script
Browse files Browse the repository at this point in the history
`bin/addzope2user` only exists when the instance is installed in the virtualenv. If it is in a different directory there is only `bin/zopectl`.
[skip ci]
  • Loading branch information
Michael Howitz committed Oct 13, 2017
1 parent 2a02d9b commit 518e3ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/WSGI.rst
Expand Up @@ -153,13 +153,11 @@ Finally, configure the WSGI server:
Set up the Admin User
---------------------

Before starting the WSGI server, run the ``addzope2user`` script to configure
the administrative user.
Before starting the WSGI server, add an administrative user:

.. code-block:: sh
$ bin/addzope2user admin <yourpasswordhere>
No handlers could be found for logger "ZODB.FileStorage"
$ bin/zopectl adduser admin <yourpasswordhere>
User admin created.
Expand Down

0 comments on commit 518e3ed

Please sign in to comment.