From: František Dvořák Date: Fri, 7 Mar 2014 23:24:47 +0000 (+0100) Subject: Ordering of set-up is buggy. :-( Just document it. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a14ac07c13027e9538ae51140ec2a54e40b94b0a;p=rOCCI-packaging.git Ordering of set-up is buggy. :-( Just document it. --- diff --git a/HOWTO.sh b/HOWTO.sh index 479c54c..ba24e4f 100644 --- a/HOWTO.sh +++ b/HOWTO.sh @@ -8,4 +8,11 @@ deb-src http://scientific.zcu.cz/repos/rOCCI/debian/ wheezy/ EOF apt-get update -apt-get install apache2-mpm-worker libapache2-mod-passenger rocci-server +apt-get install -y apache2-mpm-worker libapache2-mod-passenger +apt-get install -y rocci-server + +# if rocci-server is set-up before apache, these steps must be performed +# manually: +a2enmod ssl +a2ensite occi-ssl +service apache2 reload