From ef8ab5227e92ce1b2a6eec14277bbb1b237ce201 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Mon, 15 Aug 2011 02:53:48 +0100 Subject: Add Websockify instructions to README --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 7a06bf4..3a3c223 100644 --- a/README +++ b/README @@ -19,6 +19,7 @@ qemu-utils extlinux sfdisk git +websockify There might be more, I'll update this list at some point. Install these as follows: sudo apt-get install php5-cli php5-dev php5-mysql gearman-job-server qemu-utils extlinux sfdisk git @@ -34,6 +35,12 @@ sudo make install Add "extension=gearman.so" to your php.ini (probably /etc/php5/cli/php.ini) +Websockify can be installed as follows: + +cd /usr/share +git clone https://github.com/kanaka/websockify.git +ln -s /usr/share/websockify/websockify /usr/bin/websockify + Installation ============ -- cgit v1.2.3-65-gdbad