git://scientific.zcu.cz
/
rOCCI-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba83d01
)
Ordering of set-up is buggy. :-( Just document it.
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 7 Mar 2014 23:24:47 +0000
(
00:24
+0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Fri, 7 Mar 2014 23:24:47 +0000
(
00:24
+0100)
HOWTO.sh
patch
|
blob
|
blame
|
history
diff --git
a/HOWTO.sh
b/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