summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-03-26 20:02:05 -0400
committerSimo Leone <simo@archlinux.org>2008-04-03 19:54:54 -0500
commit2539bf8774b068c6438e3142dfd3b2e90345a849 (patch)
tree3aa9ea77efd3ea46d028bcc4f143835e86f80f29 /web
parent77a2564b9c5c847a3a340563247636c57772d295 (diff)
downloadaurweb-2539bf8774b068c6438e3142dfd3b2e90345a849.tar.xz
Update a couple of things in web/README.txt
Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'web')
-rw-r--r--web/README.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/web/README.txt b/web/README.txt
index 1c4dfa5..f6d9057 100644
--- a/web/README.txt
+++ b/web/README.txt
@@ -28,8 +28,11 @@ Setup on ArchLinux:
</VirtualHost>
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: