Changes between Version 13 and Version 14 of HowToInstallPlumiUsingTheBuildout


Ignore:
Timestamp:
01/15/09 13:16:18 (4 years ago)
Author:
datakid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToInstallPlumiUsingTheBuildout

    v13 v14  
    33-1. Prerequisites:  
    44build-essential python2.4-dev python2.4-imaging python2.4-elementtree python2.4-setuptools,  
    5 python-profiler  # neccessary for Five, you might will have to enable non-free repos 
     5python-profiler  # necessary for Five, you might will have to enable non-free repos 
    66 
    7 (We use a debian system: 
     7We use a debian-based system: 
    88{{{ 
    99$ aptitude install build-essential python2.4-dev python2.4-imaging python2.4-elementtree python2.4-setuptools 
    1010$ aptitude install python-profiler  # neccessary for Five, you might will have to enable non-free repos 
     11$ easy_install-2.4 simplejson 
    1112}}} 
    1213 
     
    2930 
    3031{{{ 
    31 $ python bootstrap.py 
     32$ python2.4 bootstrap.py 
    3233 
    33 $ ./bin/buildout 
     34$ ./bin/buildout #this will need to be done as root/with sudo 
    3435 
    3536}}}