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>
This commit is contained in:
Loui Chang 2008-03-26 20:02:05 -04:00 committed by Simo Leone
parent 77a2564b9c
commit 2539bf8774

View file

@ -28,8 +28,11 @@ Setup on ArchLinux:
</VirtualHost> </VirtualHost>
4) Configure PHP 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=mysql.so
extension=json.so
5) Clone the AUR project (using the MYUSER from above) 5) Clone the AUR project (using the MYUSER from above)
$ cd $ cd
@ -70,6 +73,8 @@ Directory Layout:
./html/css - CSS stylesheets ./html/css - CSS stylesheets
./html/images - Any AUR images live here. ./html/images - Any AUR images live here.
./lib - Supporting PHP include files. Access denied to Apache. ./lib - Supporting PHP include files. Access denied to Apache.
./template - Where most of the html markup resides and minimal
amount of PHP scripting.
Scripts: Scripts: