Ordering of set-up is buggy. :-( Just document it.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 7 Mar 2014 23:24:47 +0000 (00:24 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 7 Mar 2014 23:24:47 +0000 (00:24 +0100)
HOWTO.sh

index 479c54c..ba24e4f 100644 (file)
--- 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