diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-03-27 01:02:05 +0100 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-04-04 02:54:54 +0200 |
commit | 2539bf8774b068c6438e3142dfd3b2e90345a849 (patch) | |
tree | 3aa9ea77efd3ea46d028bcc4f143835e86f80f29 /web | |
parent | 77a2564b9c5c847a3a340563247636c57772d295 (diff) | |
download | aur-2539bf8774b068c6438e3142dfd3b2e90345a849.tar.gz aur-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.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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: </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: |