inception/services/wordpress/bash.sh
2023-09-14 17:27:41 +02:00

12 lines
415 B
Bash

wp config create --dbname=wordpress --dbuser="Bozo" \
--dbpass="BozoPassword" --dbhost=mariadb --force
wp core is-installed || wp core install --url=erey-bet.42.fr --title="BozoLand" --admin_user="erey-bet" \
--admin_password="totoflute" --admin_email="erey-bet"@mail.org --skip-email
wp user create "kdx2a" "kdx2a"@mail.org --user_pass="kdx2a"
wp theme install twentytwentytwo --activate
exec php-fpm81 -F