Show
Ignore:
Timestamp:
11/07/08 15:56:50 (2 months ago)
Author:
andy
Message:

some more notes on porting existing plumi 0.2.x sites to plone 3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plumi-buildout-plone3/trunk/MIGRATING

    r372 r374  
    66*** THIS IS ALPHA SOFTWARE - WORK IN PROGRESS - DONT FOLLOW THIS ON PRODUCTION SYSTEMS *** 
    77 
     80. Get the buildout working. 
     9 
     10vi /home/andy/src/plumi-buildout-plone3/eggs/p4a.plonevideo-1.1.1-py2.4.egg/p4a/plonevideo/atvideo/configure.zcml 
     11change to ATVideo.content.video.ATVideo, from ATVideo.ATVideo.ATVideo 
     12 
    8131. Migrate to Plone 3 
     14 
     15    cp Data.fs and files/ into var/filestorage/ of top level buildout 
    916 
    1017    Delete the following objects: 
     
    1219        Latest Videos 
    1320        News and Events 
     21 
     22    [ ./bin/instance debug; delattr(app.Plumi,'featured-videos') ] 
     23    [ setattr(app.Plumi,'featured-videos',True) ] 
    1424         
    1525    set skin as  Plone Default  
    16  
    17     cp Data.fs and files/ into var/filestorage/ of top level buildout 
    1826 
    1927    Upgrade to Plone 3 in ZMI 
     
    3038    HACKED archetypes.py in contentmigrations, to fix a bug in returning the archtype object for ATBlob 
    3139 
    32         Add P4A to egg 
    33  
    34         Delete   CMF Action Category at  /Plumi/portal_actions/object_buttons 
    35         delete portletification stuff in ZMI 
    36  
    37         rm development-products/plumi/ATVideo/skins/ATVideo_public/base_edit.cpt 
    38  
    39         $cd /opt/instances/plumi-buildout-plone3/parts/development-products/plumi 
    40         $ rm ATVideo/skins/ATEngageVideo/jquery.js 
    41  
    42         Use Plumi trunk as of 21 April 2008 
    43  
     40    Delete CMF Action Category at  /Plumi/portal_actions/object_buttons 
     41    delete portletification stuff in ZMI 
    4442 
    4543    1.1 Convert existing content objects to Blob backed storage