Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2015-08-02 02:51:58 +0300
committerBen Langfeld <ben@langfeld.me>2015-08-02 02:53:16 +0300
commit100ecb27684a43d9e1fa1980ee17a3f2777b722d (patch)
tree86943277a6f495b716704191df7940a1c3656272
parentcfc83b56420bb4935bd1b7980f7090962b0e62f5 (diff)
Revert "Remove websocket/carbons downloading, is now in main repo"
This reverts commit 9240bbb1792a5876fc33be050353b4e3b692c336. Websocket module failed to install for me. This needs more investigation.
-rw-r--r--devbox/provisioning.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/devbox/provisioning.sh b/devbox/provisioning.sh
index fa28091..69c8a3a 100644
--- a/devbox/provisioning.sh
+++ b/devbox/provisioning.sh
@@ -16,6 +16,12 @@ apt-get update
apt-get install -y liblua5.1-bitop prosody lua-event
+# Install Websockets module
+wget -O /usr/lib/prosody/modules/mod_websocket.lua http://prosody-modules.googlecode.com/hg/mod_websocket/mod_websocket.lua
+
+# Install Carbons module
+wget -O /usr/lib/prosody/modules/mod_websocket.lua http://prosody-modules.googlecode.com/hg/mod_carbons/mod_carbons.lua
+
# Place config
cp /vagrant/devbox/prosody.cfg.lua /etc/prosody/prosody.cfg.lua