Changes between Version 17 and Version 18 of Install

Show
Ignore:
Timestamp:
10/18/09 19:39:31 (11 months ago)
Author:
mauro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v17 v18  
    5252And as ''plone'' execute the following (''N.B.'' all the relevant libraries, such as Biopython or Numpy, are installed by buildout): 
    5353 
     54==== Latest stable release (1.0) ==== 
     55 
     56{{{ 
     57cd /opt/ 
     58svn co https://www.plone4bio.org/svn/plone4bio.buildout/tags/1.0/ plone4bio.buildout 
     59cd plone4bio.buildout 
     60ln -s demo.cfg buildout.cfg 
     61python2.4 bootstrap.py 
     62bin/buildout -v 
     63}}} 
     64 
     65==== Development release (trunk) ==== 
     66 
    5467{{{ 
    5568cd /opt/