aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-08-15 02:53:48 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-08-15 02:53:48 +0100
commitef8ab5227e92ce1b2a6eec14277bbb1b237ce201 (patch)
treedb984ecaab1e3bdbe8318e693881dd8c416fd7b6
parentMove to the new framebuffer ready testdrive (diff)
downloadgentoaster-ef8ab5227e92ce1b2a6eec14277bbb1b237ce201.tar.gz
gentoaster-ef8ab5227e92ce1b2a6eec14277bbb1b237ce201.tar.bz2
gentoaster-ef8ab5227e92ce1b2a6eec14277bbb1b237ce201.zip
Add Websockify instructions to README
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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
============