diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ============ |