Commit 6ec2ad15 authored by Stuart Bishop's avatar Stuart Bishop

'make instance' doesn't work without a username and password specified

parent 91e69b30
......@@ -41,7 +41,10 @@ Building Zope
following sequence of commands within a Zope source directory:
./configure
make instance
make instance MKZ_FLAGS="--user admin:adminpw"
This command also creates an administrative user with the
specified username and password.
WARNING: "make instance" doesn't work on FreeBSD 5.0 and
presumably other platforms. You should either use GNU make
......
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