From a14ac07c13027e9538ae51140ec2a54e40b94b0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 8 Mar 2014 00:24:47 +0100 Subject: [PATCH] Ordering of set-up is buggy. :-( Just document it. --- HOWTO.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 1.8.2.3