Changes between Version 17 and Version 18 of HowToInstallPlumiUsingTheBuildout


Ignore:
Timestamp:
06/01/09 00:42:19 (4 years ago)
Author:
datakid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToInstallPlumiUsingTheBuildout

    v17 v18  
    108108}}} 
    109109 
    110 2. Start the buildout process, which will download all the required Zope and Plone python software libraries. 
     1102. Create a folder to hold the eggs: 
    111111 
     112{{{ 
     113$mkdir eggs 
     114}}} 
     115 
     1163. Start the buildout process, which will download all the required Zope and Plone python software libraries. 
    112117 
    113118{{{ 
     
    118123}}} 
    119124 
    120 3. Start up the instance, initially in the 'foreground'  
     1254. Start up the instance, initially in the 'foreground'  
    121126 
    122127{{{ 
     
    126131}}} 
    127132 
    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/ 
     1335. 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/ 
    129134 
    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.  
     1356. 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.  
    131136Basically then use the quick installer to add all the Plumi products. 
    132137