Ignore:
Timestamp:
15 Oct 2015, 07:52:40 (9 years ago)
Author:
uli
Message:

Looks like this script does the trick (finally).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/docker/build.sh

    r13311 r13327  
    22
    33source /home/kofa/py27/bin/activate
     4pip install pyopenssl ndg-httpsclient pyasn1
    45pip install --upgrade pip
     6pip install distribute
     7pip install --upgrade setuptools==0.6c11
     8
     9cd waeup.kofa/
     10python bootstrap.py
     11pip install --upgrade zc.buildout==2.1.0
     12pip install --upgrade setuptools==0.6c11
     13./bin/buildout
Note: See TracChangeset for help on using the changeset viewer.