Skip to content
Snippets Groups Projects
Commit 34a0d399 authored by Remy Marquis's avatar Remy Marquis Committed by Lukas Fleischer
Browse files

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: default avatarLukas Fleischer <lfleischer@archlinux.org>
parent e5b43760
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment