Enable websockets transport on Etherpad

This can enhance the user experience, as most modern web browsers
are capable of using Websockets.
Due to SocketIO fallback mechanism, if Websocket is not available
the next transport in the list will be used, so this change would
still work like before where Websockets is not possible.
Please note that Apache must be able to pass thru websockets to
the Etherpad nodejs server, the module mod_proxy_wstunnel is
needed for that, but it's only available as a package for
Apache 2.4.
I will create another change for etherpad-dev that adds
that module and sync up with infra root members to upgrade the server
to Trusty (it comes with Apache 2.4, Precise still comes with 2.2).

Change-Id: I30f425f7bf7dfeec1a2128e2caf7253459bccc21
1 file changed
tree: e64eec172a2ba994a67a8f07bf24d8fc728a724f
  1. files/
  2. manifests/
  3. templates/
  4. .gitreview
  5. metadata.json
  6. Rakefile
  7. README.md
README.md

OpenStack Etherpad Lite Module

This module installs and configures Etherpad Lite