Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/misaelnieto/plone-3-to-plone-4-buildout
- Owner: misaelnieto
- Created: 2010-04-23T21:59:57.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-23T22:06:25.000Z (over 14 years ago)
- Last Synced: 2024-11-11T11:11:55.622Z (2 months ago)
- Language: Python
- Homepage: http://www.noenieto.com/blog/migrating-data-from-plone-3.2.1-to-plone-4.0b2
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.cfgTo build a plone 4 site:
$ python2.4 bootstrap-plone4.py
$ bin/buildout -c buildout-plone4.cfg