25 lines
539 B
Plaintext
25 lines
539 B
Plaintext
README for zope
|
|
|
|
CAUTION
|
|
|
|
ZOPE 2.8.2-final requires python 2.3.5
|
|
Although ZOPE compiles and runs with python 2.4.x it is not officially
|
|
supported and will complain about a deprecated whrandom function on startup.
|
|
|
|
|
|
PRE-COMPILE
|
|
|
|
- Create a ZOPE user/group
|
|
|
|
$ groupadd -g 30 zope
|
|
$ useradd -g zope -u 30 -d /var/lib/zope zope
|
|
$ passwd -l zope
|
|
|
|
POST-INSTALL
|
|
|
|
Create an initial user "admin" with password "secret"
|
|
(Replace credentials with your own ones!)
|
|
|
|
$ su zope
|
|
$ zopectl adduser admin secret
|