Last change
on this file since 17497 was
13327,
checked in by uli, 9 years ago
|
Looks like this script does the trick (finally).
|
-
Property svn:executable set to
*
|
File size:
317 bytes
|
Rev | Line | |
---|
[13311] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | source /home/kofa/py27/bin/activate |
---|
[13327] | 4 | pip install pyopenssl ndg-httpsclient pyasn1 |
---|
[13311] | 5 | pip install --upgrade pip |
---|
[13327] | 6 | pip install distribute |
---|
| 7 | pip install --upgrade setuptools==0.6c11 |
---|
| 8 | |
---|
| 9 | cd waeup.kofa/ |
---|
| 10 | python bootstrap.py |
---|
| 11 | pip install --upgrade zc.buildout==2.1.0 |
---|
| 12 | pip install --upgrade setuptools==0.6c11 |
---|
| 13 | ./bin/buildout |
---|
Note: See
TracBrowser for help on using the repository browser.