You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Zope instance with the given username and password in the current directory.
91
91
92
-
(install-source-mkwsgiinstance)=
92
+
(install-packages-mkwsgiinstance)=
93
93
94
94
```shell
95
95
mkwsgiinstance -u admin:admin -d .
@@ -122,7 +122,7 @@ For the configuration, you have two options:
122
122
1.*manual* configuration by editing {file}`site.zcml` and {file}`zope.conf` (^[Configuring and Running Zope](https://zope.readthedocs.io/en/latest/operation.html))
123
123
2.*generate* configuration by applying `cookiecutter-zope-instance`
0 commit comments