Plone Einführung

8
timo.stollenwerk 4 Eine Einführung

Transcript of Plone Einführung

Page 1: Plone Einführung

timo.stollenwerk 4Eine Einführung

Page 2: Plone Einführung

4timo.stollenwerk

Plone Installation (Bootstrap)

$ sudo apt-get install python-imaging python-lxml

$ mkdir plonedemo

$ cd plonedemo

$ curl -O http://python-distribute.org/bootstrap.py

$ python bootstrap.py

Page 3: Plone Einführung

4timo.stollenwerk

Plone Installation (Buildout)[buildout]

parts = instance

extends = http://dist.plone.org/release/4.3/versions.cfg

[instance]

recipe = plone.recipe.zope2instance

http-address = 8080

user = admin:admin

eggs = Plone

[versions]

zope.interface = 3.6.1

Page 4: Plone Einführung

4timo.stollenwerk

Plone Erweiterungen finden● http://plone.org/products● http://pypi.python.org/pypi

● Plone.*● plone.app.*● Collective.*● Products.*

Page 5: Plone Einführung

4timo.stollenwerk

Plone Erweiterungen[instance]

eggs =

Plone

Products.PloneFormGen

Page 6: Plone Einführung

4timo.stollenwerk

Plone Inhaltstypen

Page 7: Plone Einführung

4timo.stollenwerk

Plone Theming

Page 8: Plone Einführung

timo.stollenwerk 4Fragen?

Timo StollenwerkIRC: tistoE-Mail: [email protected]