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
INSTALL
2
INSTALL
|
@ -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
|
||||
(pay attention to disable_http_login, enable_maintenance and aur_location).
|
||||
|
||||
|
|
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
Reference in a new issue