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:
Remy Marquis 2018-01-06 14:27:53 +01:00 committed by Lukas Fleischer
parent e5b43760c2
commit 34a0d39910
2 changed files with 4 additions and 0 deletions

View file

@ -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