Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
starting Zope on reboot
« previous
next »
+
Print
Pages: [
1
]
Go Down
starting Zope on reboot
3 Replies
1153 Views
Rien
216
+0/-0
starting Zope on reboot
«
on:
July 29, 2004, 09:51:56 PM »
Hi all,
I installed Zope/plone. When I reboot the server (6.0.1-1) I have to manually start Zope.
Can anyone tell me how to automatically start "path_to_zopeinstance"/bin/runzope after reboot of the server?
Thanks,
Rien
Logged
Rien
(The Netherlands)......
tape
starting Zope on reboot
«
Reply #1 on:
July 31, 2004, 01:13:50 AM »
put the startfile into your /etc/init.d/ directory. Do a "chkconfig" for a list of possible commands for this tool.
---
chkconfig version 1.3.5 - Copyright (C) 1997-2000 Red Hat, Inc.
This may be freely redistributed under the terms of the GNU Public License.
usage: chkconfig --list [name]
chkconfig --add <name>
chkconfig --del <name>
chkconfig [--level <levels>] <name> <on|off|reset>)
---
so it should be a
chkconfig --level 345 [NameOfYourService] on
hth
Anton
Logged
Rien
216
+0/-0
starting Zope on reboot
«
Reply #2 on:
July 31, 2004, 11:09:34 PM »
Thanks Anton,
I'll give it a try.
I expected something with templates in templates-custom.
Rien
(Netherlands)
Logged
Rien
(The Netherlands)......
ddougan
155
+0/-0
starting Zope on reboot
«
Reply #3 on:
August 22, 2004, 07:15:54 AM »
If you use the Plone RPMs posted here, the installation includes a "plone2" startup file which is placed in /etc/init.d.
Logged
Des Dougan
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
starting Zope on reboot