Plone Einführung

Post on 08-May-2015

194 views 1 download

Transcript of Plone Einführung

timo.stollenwerk 4Eine 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

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

4timo.stollenwerk

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

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

4timo.stollenwerk

Plone Erweiterungen[instance]

eggs =

Plone

Products.PloneFormGen

4timo.stollenwerk

Plone Inhaltstypen

4timo.stollenwerk

Plone Theming

timo.stollenwerk 4Fragen?

Timo StollenwerkIRC: tistoE-Mail: contact@timostollenwerk.net