Changes between Version 17 and Version 18 of Install
- Timestamp:
- 10/18/09 19:39:31 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v17 v18 52 52 And as ''plone'' execute the following (''N.B.'' all the relevant libraries, such as Biopython or Numpy, are installed by buildout): 53 53 54 ==== Latest stable release (1.0) ==== 55 56 {{{ 57 cd /opt/ 58 svn co https://www.plone4bio.org/svn/plone4bio.buildout/tags/1.0/ plone4bio.buildout 59 cd plone4bio.buildout 60 ln -s demo.cfg buildout.cfg 61 python2.4 bootstrap.py 62 bin/buildout -v 63 }}} 64 65 ==== Development release (trunk) ==== 66 54 67 {{{ 55 68 cd /opt/
