Web Services Wiki
Welcome Guest: Login
modifications will enable you to get a new instance of Silva up and running. The modifications are temporary and will be eliminated from this page as they are "built into" the buildout process
Until bethel.core is developed as an egg that can be installed directly by the buildout script, you will need to manually install the bethel.core prior to actually running buildout to create your Silva instance
The Zope "Extensions" directory is empty after buildout, but needs to be populated. For the time being, since I don't know how to automate this in buildout, copy the <buildout-dir>/parts/webX-extensions/Extensions/* into <buildout-dir>/parts/webX/Extensions
The root of the buildout contains a logrotate config file which rotates the access and error logs for Zope instances. Add logrotate to the zope user's cron:
@daily /usr/sbin/logrotate -s /home/zope/buildout/logrotate-web1.status /home/zope/buildout/logrotate.conf