mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
77a2564b9c
commit
2539bf8774
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue