Commit e631060a authored by Chris McDonough's avatar Chris McDonough

Collector 990: make instance doesn't work under nongnumake.

parent 02001d36
...@@ -43,9 +43,14 @@ Building Zope ...@@ -43,9 +43,14 @@ Building Zope
./configure ./configure
make instance make instance
This set of commands builds binary files and creates the files WARNING: "make instance" doesn't work on FreeBSD 5.0 and
necessary for a Zope instance to be run directly within the build presumably other platforms. You should either use GNU make
directory (e.g. 'in-place'). You may now start Zope by running:: (gmake instance), or use "make install" instead.
Making an "In-Place" instance builds the binary files and creates
the files necessary for a Zope instance to be run directly
within the build directory (e.g. 'in-place'). You may start
Zope by running::
./bin/runzope ./bin/runzope
...@@ -75,7 +80,7 @@ Creating a Zope Instance Home ...@@ -75,7 +80,7 @@ Creating a Zope Instance Home
process. The instance home is created using the 'mkzopeinstance.py' process. The instance home is created using the 'mkzopeinstance.py'
script:: script::
/where/to/install/zope/bin/mkzopeinstance.py /location/of/zope/instance /where/to/install/zope/bin/mkzopeinstance.py
You will be asked to provide a user name and password for an You will be asked to provide a user name and password for an
administrator's account during 'mkzopeinstance'. Command-line administrator's account during 'mkzopeinstance'. Command-line
......
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