From 2539bf8774b068c6438e3142dfd3b2e90345a849 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 26 Mar 2008 20:02:05 -0400 Subject: Update a couple of things in web/README.txt Signed-off-by: Loui Chang Signed-off-by: Simo Leone --- web/README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/README.txt b/web/README.txt index 1c4dfa5f..f6d90575 100644 --- a/web/README.txt +++ b/web/README.txt @@ -28,8 +28,11 @@ Setup on ArchLinux: 4) Configure PHP - - Edit /etc/php.ini and uncomment the mysql extension line: + Make sure you have mysql and json enabled in PHP + + - Edit php.ini and uncomment/add these lines: extension=mysql.so + extension=json.so 5) Clone the AUR project (using the MYUSER from above) $ cd @@ -70,6 +73,8 @@ Directory Layout: ./html/css - CSS stylesheets ./html/images - Any AUR images live here. ./lib - Supporting PHP include files. Access denied to Apache. +./template - Where most of the html markup resides and minimal + amount of PHP scripting. Scripts: -- cgit v1.2.3-24-g4f1b