TEXT
25
Zope build OS2
Guest on 21st May 2022 08:29:31 AM
Zope-build.OS2
----------------------------------------------------------------
Software used:
UnixOS2 Build System
pthread-bjs-bin.zip
libregex-0_12-bin.zip
zlib114.zip
ulsemx.zip
gnugdbm.zip
gmp-3.1.1.zip
gnuufc.zip
shm.zip
warpzilla-libs-os2.zip
glibidl.zip
expat1_2.zip
perl580-os2emx-030202.zip
Python 2.2.3
-----------------------------------------------------------------
1) Unzip Zope 2.6.0 source in x:\ root directory
2) Rename directory Zope
3) cd to \Zope
4) Edit z2.py and remove lines 842-850
5) Start a bash terminal
6) Start the build
'./python wo_pcgi.py'
7) Edit the generated start script and add -u zope to the z2.py line
8) Copy the group and passwd files from your Python \etc directory to
x:\MPTN\ETC
9) Add zope to both files with your Zope path in passwd
10) Set the initial user authentication
'python zpasswd.py inituser'
11) Start Zope
'./start'
12) After you start ZServer you should be able to start using Zope
through the web. Point your browser to:
'http://localhost:8080/manage'
----------------------------------------------------------------------
--
Ted Sikora