Personal tools
You are here: Home Download

Download and Installation

Download

Devilstick is at the moment in development. This means there yet no release. All code lives in the Plone.org collective.

https://svn.plone.org/svn/collective/devilstick

Simple Example

Buildout

For testing you can get a buildout from Plone collective subversion repository. It contains a simple example type to play with

svn co https://svn.plone.org/svn/collective/devilstick/buildout/plone/trunk

Install

To install it, run

python2.4 bootstrap.py
./bin/buildout
./bin/instance start

Go to your browser http://localhost:8080 login with user admin and password admin. Create a new Plone-Site and choose "Devilstick: Simpletype (Example)".

In Plones Add Item Menu a new entry appears: the simple type.

Tracker Application Example

Buildout

If you prefer a more complex application you might want to try the Tracker application. Tracker is also available in collective:

https://svn.plone.org/svn/collective/bda.tracker/buildout

Install it the same way as the simple-example, but in last step install "Tracker".

Document Actions