| Version 3 (modified by grant, 3 years ago) (diff) |
|---|
The following notes were written up during the Tech Sessions at the Local Archives Camp held in April near Yogyakarta, Indonesia.
Skinning
- Through the web
- portal_skins
- ploneCustom.css
- old style templates
- portal_view_customizations
- browser view templates
- portal_skins
- Filesystem theme egg
- Deliverance
- Deliverance takes any HTML/CSS theme and an XML rule file, applies them to content from a site and then sends it to the user
Configuring a server to start a standard Plumi system
cd (where your Plumi system has been installed)
./bin/instance start
./bin/squid-instance
su zope -c './bin/transcodedaemon start'
./bin/apachectl start
NOTE: in the su zope -c command, change "zope" for the user name that zope was installed under (could be plone, etc)
