Changes between Version 13 and Version 14 of HowToInstallPlumiUsingTheBuildout
- Timestamp:
- 01/15/09 13:16:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToInstallPlumiUsingTheBuildout
v13 v14 3 3 -1. Prerequisites: 4 4 build-essential python2.4-dev python2.4-imaging python2.4-elementtree python2.4-setuptools, 5 python-profiler # nec cessary for Five, you might will have to enable non-free repos5 python-profiler # necessary for Five, you might will have to enable non-free repos 6 6 7 (We use a debiansystem:7 We use a debian-based system: 8 8 {{{ 9 9 $ aptitude install build-essential python2.4-dev python2.4-imaging python2.4-elementtree python2.4-setuptools 10 10 $ aptitude install python-profiler # neccessary for Five, you might will have to enable non-free repos 11 $ easy_install-2.4 simplejson 11 12 }}} 12 13 … … 29 30 30 31 {{{ 31 $ python bootstrap.py32 $ python2.4 bootstrap.py 32 33 33 $ ./bin/buildout 34 $ ./bin/buildout #this will need to be done as root/with sudo 34 35 35 36 }}}
