source: main/waeup.kofa/branches/docker/build.sh @ 16045

Last change on this file since 16045 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
Line 
1#!/bin/bash
2
3source /home/kofa/py27/bin/activate
4pip install pyopenssl ndg-httpsclient pyasn1
5pip 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 TracBrowser for help on using the repository browser.