diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-06-12 02:28:13 +0800 |
---|---|---|
committer | Callan Barrett <wizzomafizzo@gmail.com> | 2008-06-12 02:30:17 +0800 |
commit | 604156950c42af1f0b592c6dc6758d44670db4da (patch) | |
tree | 3acb31f558494ee95f99c51f91683cfdbc072e34 /web/README.txt | |
parent | 4d29be001bd78bc5a1b3edd393e9ce2084d0d882 (diff) | |
download | aurweb-604156950c42af1f0b592c6dc6758d44670db4da.tar.xz |
Make use of PEAR packages in pkgsubmit.php
Uses File_Find and Archive_Tar in pkgsubmit.php
Removes references to PackageContents
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web/README.txt')
-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 35c54e8..b9e54fb 100644 --- a/web/README.txt +++ b/web/README.txt @@ -28,11 +28,16 @@ Setup on Arch Linux: </VirtualHost> 4) Configure PHP - Make sure you have mysql and json enabled in PHP + Make sure you have mysql and json enabled in PHP and + PEAR is properly configured - Edit php.ini and uncomment/add these lines: extension=mysql.so extension=json.so + + Install the File_Find PEAR package: + http://pear.php.net/package/File_Find + 5) Clone the AUR project (using the MYUSER from above) $ cd |