projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70ec0f
)
Install certs before websockets to fix breakage of websockets during install
author
Andy Witter
<awitter@georgialibraries.org>
Sat, 5 Jan 2019 15:56:13 +0000
(10:56 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Sat, 5 Jan 2019 15:56:13 +0000
(10:56 -0500)
templates/setup-functions
patch
|
blob
|
history
diff --git
a/templates/setup-functions
b/templates/setup-functions
index
1f6deb4
..
fdc1841
100755
(executable)
--- a/
templates/setup-functions
+++ b/
templates/setup-functions
@@
-56,6
+56,8
@@
if $APT_TOOL update
echo
echo "Installing Dependencies for Apache Web Sockets for web based staff client";sleep 2
+ echo "installing ssl key and cert...";sleep 4 |
+ tar zxvf $WD/next-brick02-head.tar.gz -C / etc/apache2/ssl/server.crt etc/apache2/ssl/server.key
gdebi --n libapache2-mod-websocket*.deb
echo
### Configure Apache2 Web Sockets.