mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Added steps to install PEAR module in readme
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
parent
f735ece7e1
commit
f5204ee18d
1 changed files with 4 additions and 4 deletions
|
@ -29,15 +29,15 @@ Setup on Arch Linux:
|
||||||
|
|
||||||
4) Configure PHP
|
4) Configure PHP
|
||||||
Make sure you have mysql and json enabled in PHP and
|
Make sure you have mysql and json enabled in PHP and
|
||||||
PEAR is properly configured
|
PEAR is properly configured with the File_Find package
|
||||||
|
(http://pear.php.net/package/File_Find) installed
|
||||||
|
|
||||||
- Edit php.ini and uncomment/add these lines:
|
- Edit php.ini and uncomment/add these lines:
|
||||||
extension=mysql.so
|
extension=mysql.so
|
||||||
extension=json.so
|
extension=json.so
|
||||||
|
|
||||||
Install the File_Find PEAR package:
|
- Install the File_Find PEAR package:
|
||||||
http://pear.php.net/package/File_Find
|
# pear install File_Find
|
||||||
|
|
||||||
|
|
||||||
5) Clone the AUR project (using the MYUSER from above)
|
5) Clone the AUR project (using the MYUSER from above)
|
||||||
$ cd
|
$ cd
|
||||||
|
|
Loading…
Add table
Reference in a new issue