Posts Tagged ‘zope’

Plone Tutorial – Installing Plone on Ubuntu

Posted By: Vilmos Somogyi

Here are a few steps you need to take to be able to run Plone on a newly installed Ubuntu. I'm using Hardy Heron 8.04, so on the previous versions of Ubuntu may vary this procedure. ... Read Full Post ...

Plone Tutorial – tips and tricks

Posted By: Vilmos Somogyi

Using snapshots to record changes You can see the changes to the files on your hard disk when changing something in ZMI or Plone Control Panel. All you need to do is to follow a few simple steps: ... Read Full Post ...

Plone Tutorial – SVN and Buildout

Posted By: Vilmos Somogyi

#go to the folder where you have your projects cd /plone # checkout trunk of the project. Substitute [project] with the name of your project # you should have already received user and pass for your svn server - ...