From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QsmNc-0001s5-2s for garchives@archives.gentoo.org; Mon, 15 Aug 2011 01:54:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A00E21C2D1; Mon, 15 Aug 2011 01:54:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 384FF21C2D1 for ; Mon, 15 Aug 2011 01:54:08 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A03961B4017 for ; Mon, 15 Aug 2011 01:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D15CA80040 for ; Mon, 15 Aug 2011 01:54:06 +0000 (UTC) From: "Liam McLoughlin" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Liam McLoughlin" Message-ID: Subject: [gentoo-commits] proj/gentoaster:master commit in: / X-VCS-Repository: proj/gentoaster X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: ef8ab5227e92ce1b2a6eec14277bbb1b237ce201 Date: Mon, 15 Aug 2011 01:54:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 59e46da20cf8bd3a92da3e718ba6c597 commit: ef8ab5227e92ce1b2a6eec14277bbb1b237ce201 Author: Liam McLoughlin hexxeh net> AuthorDate: Mon Aug 15 01:53:48 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Mon Aug 15 01:53:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3Def8ab522 Add Websockify instructions to README --- README | 7 +++++++ 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 =20 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 =20 @@ -34,6 +35,12 @@ sudo make install =20 Add "extension=3Dgearman.so" to your php.ini (probably /etc/php5/cli/php= .ini) =20 +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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20