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 1QsmrQ-0004Fv-Bw for garchives@archives.gentoo.org; Mon, 15 Aug 2011 02:25:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD64021C3A3; Mon, 15 Aug 2011 02:24:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7EC6D21C3A3 for ; Mon, 15 Aug 2011 02:24:55 +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 DEB471B4078 for ; Mon, 15 Aug 2011 02:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0D78D80040 for ; Mon, 15 Aug 2011 02:24:54 +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: <064ac4ba6b06b6f1ca532749c785d4af5d8d2306.hexxeh@gentoo> Subject: [gentoo-commits] proj/gentoaster:master commit in: / X-VCS-Repository: proj/gentoaster X-VCS-Files: README README.debian X-VCS-Directories: / X-VCS-Committer: hexxeh X-VCS-Committer-Name: Liam McLoughlin X-VCS-Revision: 064ac4ba6b06b6f1ca532749c785d4af5d8d2306 Date: Mon, 15 Aug 2011 02:24:54 +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: d2926829eb4cd900ff8610d0d018ee68 commit: 064ac4ba6b06b6f1ca532749c785d4af5d8d2306 Author: Liam McLoughlin hexxeh net> AuthorDate: Mon Aug 15 02:24:38 2011 +0000 Commit: Liam McLoughlin hexxeh net> CommitDate: Mon Aug 15 02:24:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoaster.gi= t;a=3Dcommit;h=3D064ac4ba Add Gentoo README (not too different, for now) --- README | 19 ++++++------------- README =3D> README.debian | 0 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README b/README index 3a3c223..cceed2c 100644 --- a/README +++ b/README @@ -2,28 +2,21 @@ =3D Gentoaster README =3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 -Foreword -=3D=3D=3D=3D=3D=3D=3D -Right now I'm developing this on Ubuntu/Debian, so the following instruc= tions are for those platforms. If you install the appropriate prerequisit= es, it will work on Gentoo too, of course. - - Prerequisites =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 php5-cli php5-dev php5-mysql -gearman-job-server +gearmand gearman-php-ext -qemu-utils -extlinux +qemu-img +syslinux 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 - -The Gearman PHP extension has to be installed manually, as follows: +PHP must be configured with mysqli support. The Gearman PHP extension ha= s to be installed manually, as follows: =20 wget http://pecl.php.net/get/gearman-0.7.0.tgz tar xvf gearman-0.7.0.tgz @@ -33,7 +26,7 @@ phpize make sudo make install =20 -Add "extension=3Dgearman.so" to your php.ini (probably /etc/php5/cli/php= .ini) +Add "extension=3Dgearman.so" to your php.ini (for both CLI and CGI if yo= u have separate configs) =20 Websockify can be installed as follows: =20 @@ -48,7 +41,7 @@ cd /usr/share git clone http://git.overlays.gentoo.org/gitroot/proj/gentoaster.git Configure settings in config.php and web/config.php as appropriate Run php5 install.php as root -Configure a webserver of your choice to server the web folder on the add= ress you specified +Configure a webserver of your choice (I'd recommend nginx with PHP-FPM) = to server the web folder on the address you specified =20 Running =3D=3D=3D=3D=3D=3D=3D diff --git a/README b/README.debian similarity index 100% copy from README copy to README.debian