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

@ -38,6 +38,8 @@ read the instructions below.
} }
} }
Ensure to enable the pdo_mysql extension in php.ini.
3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration 3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration
(pay attention to disable_http_login, enable_maintenance and aur_location). (pay attention to disable_http_login, enable_maintenance and aur_location).

View file

@ -13,6 +13,8 @@ INSTALL.
# pacman -S php php-sqlite sqlite # pacman -S php php-sqlite sqlite
Ensure to enable the pdo_sqlite extension in php.ini.
3) Prepare the testing database: 3) Prepare the testing database:
$ cd /path/to/aurweb/schema $ cd /path/to/aurweb/schema