Changes between Version 5 and Version 6 of HowToInstallPlumiSVN


Ignore:
Timestamp:
11/04/08 00:50:55 (5 years ago)
Author:
andycat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToInstallPlumiSVN

    v5 v6  
    1 This HowTo explains how to install the Plumi from the svn trunk.  
     1This document explains how to install the Plumi from subversion, code versioning management software. 
    22 
    33Steps 1-4 explain how to install plone-2.5.5. If you already know this or already have it installed skip to step 5. 
     
    2222}}} 
    2323 
    24 3. Apply the patch found [http://dev.plone.org/plone/ticket/5935 here] 
     243. Apply the patch found [http://dev.plone.org/plone/ticket/5935 here]. ''This may be not required any more! Need to check!!'' 
    2525 
    2626ie, edit /opt/Plone-2.5.5-UnifiedInstaller/install.sh by adding this: 
     
    7272Either remember or take note of the admin password. Or, preferably, notice that there is a file called /opt/Plone-2.5.5/adminPassword.txt that has this info in it. 
    7373 
    74 5. Grab the plumi trunk from svn: 
     745. Grab the latest plumi 0.2.2-rc5 tag from svn: 
    7575{{{ 
    7676cd /opt 
    77 sudo svn co https://svn.plone.org/svn/collective/Plumi/trunk plumi-trunk 
     77sudo svn co https://svn.plone.org/svn/collective/Plumi/tags/plumi-0.2.2-rc5 plumi-0.2.2-rc5 
    7878}}} 
    7979 
    80 This creates a folder called plumi-trunk which contains all the extra Products you need. 
     80This creates a folder called plumi-0.2.2-rc5 which contains all the extra Products you need. 
     81 
     82You could use  
     83https://svn.plone.org/svn/collective/Plumi/branches/plumi-0.2.x  
     84as the argument to "svn co" if you wanted to do development on that plumi 0.2.x release branch.  
     85 
     86The actual trunk of Plumi (https://svn.plone.org/svn/collective/Plumi/trunk) is currently (Nov/2008)  
     87only for development of plumi 0.3 and requires Plone 3.x 
    8188 
    8289 
     
    8996 
    9097{{{ 
    91 products /opt/plumi-trunk 
     98products /opt/plumi-0.2.2-rc5 
    9299}}} 
    93100 
     
    108115 
    109116 
    110 10. Goto yr new Plone site and in the top right you will see Preferences. Click that, then choose Add/Remove Products from the top of the left column. 
     11710. Goto your new Plone site and in the top right you will see Preferences. Click that, then choose Add/Remove Products from the top of the left column. 
    111118 
    112119You should only need to install 'ATVideo', 'PlumiSkin', 'PressRoom' - all the rest of the products will be pulled in by the installers of those three products.