From 44dbb49ae9d5ef475a43c477aec009577a04169c Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Mon, 16 Jun 2008 21:17:26 -0400 Subject: Reorganise web/README.txt and elaborate on PEAR and File_Find. Add PEAR path to web/html/.htaccess. Signed-off-by: Loui Chang --- web/README.txt | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'web/README.txt') diff --git a/web/README.txt b/web/README.txt index 06fc246..69bec04 100644 --- a/web/README.txt +++ b/web/README.txt @@ -27,21 +27,32 @@ Setup on Arch Linux: -4) Configure PHP - Make sure you have mysql and json enabled in PHP and - PEAR is properly configured with the File_Find package - (http://pear.php.net/package/File_Find) installed +4) Clone the AUR project (using the MYUSER from above) + $ cd + $ git clone http://projects.archlinux.org/git/aur.git + +5) Configure PHP + Make sure you have mysql and json enabled in PHP. - Edit php.ini and uncomment/add these lines: extension=mysql.so extension=json.so + + AUR requires PEAR and the File_Find module. + Installing PEAR will vary depending on the system and may already + be included with PHP. You can also find it in the PHP source distribution. + + PHP sources: http://www.php.net/downloads.php + File_Find PEAR module: http://pear.php.net/package/File_Find - Install the File_Find PEAR package: # pear install File_Find -5) Clone the AUR project (using the MYUSER from above) - $ cd - $ git clone http://projects.archlinux.org/git/aur.git + - Put PEAR in your php include_path in web/html/.htaccess: + + php value include_path = ".:../lib:../lang:/usr/share/pear" + + PEAR's path may vary depending on your set up. 6) Configure MySQL - Connect to the mysql client -- cgit v1.2.3-54-g00ecf