mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Document required PHP extensions in php.ini
To people unfamiliar with the code, it is not obvious that the pdo_* PHP extensions must be enabled. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
e5b43760c2
commit
34a0d39910
2 changed files with 4 additions and 0 deletions
2
TESTING
2
TESTING
|
@ -13,6 +13,8 @@ INSTALL.
|
|||
|
||||
# pacman -S php php-sqlite sqlite
|
||||
|
||||
Ensure to enable the pdo_sqlite extension in php.ini.
|
||||
|
||||
3) Prepare the testing database:
|
||||
|
||||
$ cd /path/to/aurweb/schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue