[aur-dev] [PATCH] Fixed some errors/omissions in setup docs
While setting up a local AUR branch for development, I noticed some problems in web/README. Here's a patch.
2009/3/12 Mark Taylor <skymt0@gmail.com>:
While setting up a local AUR branch for development, I noticed some problems in web/README. Here's a patch. here where? :P
-- Andrea `BaSh` Scarpino Arch Linux Developer
On Thu, 12 Mar 2009 17:21:25 +0100 Andrea Scarpino <andrea@archlinux.org> wrote:
2009/3/12 Mark Taylor <skymt0@gmail.com>:
While setting up a local AUR branch for development, I noticed some problems in web/README. Here's a patch. here where? :P
It should have been attached. Let's try it inline: From 9015777f8d0d03a72dec1f5b1eaff76da3785822 Mon Sep 17 00:00:00 2001 From: Mark Taylor <skymt0@gmail.com> Date: Thu, 12 Mar 2009 11:46:04 -0400 Subject: [PATCH] Fixed some errors/omissions in setup docs --- web/README | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/web/README b/web/README index 9958e7f..e43891e 100644 --- a/web/README +++ b/web/README @@ -9,9 +9,11 @@ Setup on Arch Linux: 3) Configure Apache - - Edit /etc/httpd/conf/httpd.conf and make sure that PHP - support is enabled by uncommenting the LoadModule line - that specifies the PHP module. + - Edit /etc/httpd/conf/httpd.conf and enable PHP support + by adding the following lines. + + LoadModule php5_module modules/libphp5.so + Include conf/extra/php5_module.conf - Also append the following snippet to enable the aur Virtual Host (Replace MYUSER with your username). @@ -24,6 +26,8 @@ Setup on Arch Linux: <Directory /home/MYUSER/aur/web/html> Options Indexes FollowSymLinks AllowOverride All + Order allow,deny + Allow from all </Directory> </VirtualHost> @@ -50,7 +54,7 @@ Setup on Arch Linux: - Put PEAR in your php include_path in web/html/.htaccess: - php value include_path = ".:../lib:../lang:/usr/share/pear" + php_value include_path ".:../lib:../lang:/usr/share/pear" PEAR's path may vary depending on your set up. -- 1.6.2
Yeah, Gmail's messing up. Big apologies. One last try.
On Thu, Mar 12, 2009 at 12:28:41PM -0400, Mark Taylor wrote:
Yeah, Gmail's messing up. Big apologies. One last try.
Thanks. Pushed. How'd you find the setup otherwise? Not too many snags hopefully.
On Thu, 12 Mar 2009 14:03:02 -0400 Loui Chang <louipc.ist@gmail.com> wrote:
How'd you find the setup otherwise? Not too many snags hopefully.
Actually, it was fairly smooth considering how little I've worked with PHP. I only had to reach for Google when I ran into one of the documentation errors.
On Thu, Mar 12, 2009 at 02:44:17PM -0400, Mark Taylor wrote:
On Thu, 12 Mar 2009 14:03:02 -0400 Loui Chang <louipc.ist@gmail.com> wrote:
How'd you find the setup otherwise? Not too many snags hopefully.
Actually, it was fairly smooth considering how little I've worked with PHP. I only had to reach for Google when I ran into one of the documentation errors.
Alright. Good to hear.
participants (3)
-
Andrea Scarpino
-
Loui Chang
-
Mark Taylor