Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/misaelnieto/plone-3-to-plone-4-buildout

Very simple buildout to migrate data from Plone3 to Plone4
https://github.com/misaelnieto/plone-3-to-plone-4-buildout

Last synced: 1 day ago
JSON representation

Very simple buildout to migrate data from Plone3 to Plone4

Awesome Lists containing this project

README

        

This is a very basic Buildout to aid myself to migrate data from Plone 3
to Plone 4.

Directly upgrading to Plone 4 is easier than this.

To build a plone 3 site:

$ python2.4 bootstrap-plone3.py
$ bin/buildout -c buildout-plone3.cfg

To build a plone 4 site:

$ python2.4 bootstrap-plone4.py
$ bin/buildout -c buildout-plone4.cfg