Skip to content

Latest commit

 

History

History
258 lines (157 loc) · 9.68 KB

README.rst

File metadata and controls

258 lines (157 loc) · 9.68 KB

Plone demos suite

The idea with this buildout configuration is show install a Plone latest version, that shows with some third-party add-ons how create layout and cover, diazo themes, generate form. Also to create contents types and workflow through the Web.

Creating contents

Plone demo suite includes some Plone products and configurations like these:

Generate form

Plone demo suite includes some Plone products and configurations like these:

  • Products.PloneFormGen, a generic through-the-web form generator for Plone. Use it to build simple, one-of-a-kind, web forms that save or mail form input.

Create layout and cover

Plone demo suite includes some Plone products and configurations like these:

Diazo Themes

In this suite are distributed around 53 differents Generic Diazo themes.

Plone theme skins

In this suite are distributed around 6 differents Plone theme skins.

Creating workflow

Plone demo suite includes some Plone products and configurations like these:

Creating contents types

TODO.

Development installation

To get a basic development installation running follow the steps below:

$ git clone https://github.com/plone-ve/plonedemos.suite.git
$ cd plonedemos.suite
$ python bootstrap.py
$ bin/buildout -vvvvvvvvN

Running the site

Once the buildout has finished, you can access the site by starting up Plone.

$ bin/zeoserver start
$ bin/instance fg

Go to the site in your browser: http://localhost:8080/manage

username: admin
password: admin

Then create a Plone Site object, later go to Site setup > Components, and adds the Plone products manually.

Support

If you run into any issues trying to get this to work, please, add an issue to the tracker here on this github project.

Collaborations

Really thanks to :

Original Author

  • Leonardo J .Caballero G. aka macagua

Impressive collaborations

  • Full name aka username

For an updated list of all contributors visit the following URL: https://github.com/plone-ve/plonedemos.suite/contributors

Bitdeli Badge