Changes between Version 17 and Version 18 of HowToInstallPlumiUsingTheBuildout
- Timestamp:
- 06/01/09 00:42:19 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToInstallPlumiUsingTheBuildout
v17 v18 108 108 }}} 109 109 110 2. Start the buildout process, which will download all the required Zope and Plone python software libraries.110 2. Create a folder to hold the eggs: 111 111 112 {{{ 113 $mkdir eggs 114 }}} 115 116 3. Start the buildout process, which will download all the required Zope and Plone python software libraries. 112 117 113 118 {{{ … … 118 123 }}} 119 124 120 3. Start up the instance, initially in the 'foreground'125 4. Start up the instance, initially in the 'foreground' 121 126 122 127 {{{ … … 126 131 }}} 127 132 128 4. Now you can surf to your new Zope based site at http://your.machine:8080/ . The Zope Management Interface is at http://your.machine:8080/manage/133 5. Now you can surf to your new Zope based site at http://your.machine:8080/ . The Zope Management Interface is at http://your.machine:8080/manage/ 129 134 130 5. After you add a Plone Site via the ZMI, follow the rest of the instructions from ''Step 4 onwards'' - http://dev.plone.org/collective/browser/Plumi/tags/plumi-0.2.3-final/INSTALL.txt - to setup the Plumi/Plone site via the ZMI.135 6. After you add a Plone Site via the ZMI, follow the rest of the instructions from ''Step 4 onwards'' - http://dev.plone.org/collective/browser/Plumi/tags/plumi-0.2.3-final/INSTALL.txt - to setup the Plumi/Plone site via the ZMI. 131 136 Basically then use the quick installer to add all the Plumi products. 132 137
