mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: remove PHP implementation
removal of the PHP codebase Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
97d0eac303
commit
8ca63075e9
128 changed files with 27 additions and 16046 deletions
|
@ -12,7 +12,7 @@ while ! mysqladmin ping 2>/dev/null; do
|
|||
done
|
||||
|
||||
# Configure databases.
|
||||
DATABASE="aurweb" # Persistent database for fastapi/php-fpm.
|
||||
DATABASE="aurweb" # Persistent database for fastapi.
|
||||
|
||||
echo "Taking care of primary database '${DATABASE}'..."
|
||||
mysql -u root -e "CREATE USER IF NOT EXISTS 'aur'@'localhost' IDENTIFIED BY 'aur';"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue