Changes between Version 5 and Version 6 of HowToInstallPlumiSVN
- Timestamp:
- 11/04/08 00:50:55 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToInstallPlumiSVN
v5 v6 1 This HowTo explains how to install the Plumi from the svn trunk.1 This document explains how to install the Plumi from subversion, code versioning management software. 2 2 3 3 Steps 1-4 explain how to install plone-2.5.5. If you already know this or already have it installed skip to step 5. … … 22 22 }}} 23 23 24 3. Apply the patch found [http://dev.plone.org/plone/ticket/5935 here] 24 3. Apply the patch found [http://dev.plone.org/plone/ticket/5935 here]. ''This may be not required any more! Need to check!!'' 25 25 26 26 ie, edit /opt/Plone-2.5.5-UnifiedInstaller/install.sh by adding this: … … 72 72 Either 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. 73 73 74 5. Grab the plumi trunkfrom svn:74 5. Grab the latest plumi 0.2.2-rc5 tag from svn: 75 75 {{{ 76 76 cd /opt 77 sudo svn co https://svn.plone.org/svn/collective/Plumi/t runk plumi-trunk77 sudo svn co https://svn.plone.org/svn/collective/Plumi/tags/plumi-0.2.2-rc5 plumi-0.2.2-rc5 78 78 }}} 79 79 80 This creates a folder called plumi-trunk which contains all the extra Products you need. 80 This creates a folder called plumi-0.2.2-rc5 which contains all the extra Products you need. 81 82 You could use 83 https://svn.plone.org/svn/collective/Plumi/branches/plumi-0.2.x 84 as the argument to "svn co" if you wanted to do development on that plumi 0.2.x release branch. 85 86 The actual trunk of Plumi (https://svn.plone.org/svn/collective/Plumi/trunk) is currently (Nov/2008) 87 only for development of plumi 0.3 and requires Plone 3.x 81 88 82 89 … … 89 96 90 97 {{{ 91 products /opt/plumi- trunk98 products /opt/plumi-0.2.2-rc5 92 99 }}} 93 100 … … 108 115 109 116 110 10. Goto y r 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.117 10. 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. 111 118 112 119 You 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.
