Renamed to Selig, combine scripts, plugin import

This commit is contained in:
2023-12-17 11:39:46 -06:00
parent 0df4f8540d
commit 9552327281
14 changed files with 60 additions and 82 deletions

View File

@@ -1,7 +0,0 @@
cd "$(dirname "$0")"
./wp-cli.sh sh -c '
wp db create || true && \
wp core install --title="$WORDPRESS_TITLE" --url="$WORDPRESS_SITEURL" --admin_user=$WORDPRESS_ADMIN_USER --admin_email=$WORDPRESS_ADMIN_EMAIL --admin_password=$WORDPRESS_ADMIN_PASSWORD && \
wp theme install $WP_THEMES --activate; \
wp plugin install $WP_PLUGINS --activate
'

1
cmbabaseball/wp-install.sh Symbolic link
View File

@@ -0,0 +1 @@
../shared/wp-install.sh