Posts Tagged ‘zmi’

Plone Tutorial – Usefull Stuff

Posted By: Vilmos Somogyi

*to have these tools you have to have development enviroment set up (see Plone Tutorial - dev buildout)! - Plone Reload As you can notice, we have added plone.reload to devel.cfg. This is a great tool for developers. This enables to change ...

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 – Importing content

Posted By: Vilmos Somogyi

1. copy the .zexp files to /zulu/parts/instance/import 2. go to zmi 3. select your site 4. then you have a import button at the end of the main window, click it 5. from the lower dropdown select content.zexp, take ownership and import that should do ...

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 - ...