Posts Tagged ‘paster’

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 – New Theme Product with Paster

Posted By: Vilmos Somogyi

1. Go to src/ directory of the buildout 2. Run: $ paster create -t plone3_theme [project].theme Namespace: [project] Package: theme Skinname: [project] Theme Skinbase: Plone Default Zip safe flag: False The rest isn't important. ... Read Full Post >>

Plone Tutorial – New Policy Product with Paster

Posted By: Vilmos Somogyi

1. Go to src/ directory of the buildout 2. Run: $ paster create -t plone [project].policy Namespace: [project] Package: policy Zope2product: True Zip safe flag: False The rest isn't important in this step. ... Read Full Post >>