Benutzer-Werkzeuge

Webseiten-Werkzeuge


uberspace:wp-by-cli

Dies ist eine alte Version des Dokuments!


Install Wordpress by CLI on US7

mysql -e „CREATE DATABASE user1_wordpress1“ mkdir www/example.com ln -s www/example.com www/www.example.com cd www/example.com wp core download wp config create –dbname=user1_wordpress1 –dbuser=user1 –dbpass=<mein-sicheres-pw> wp core install –url=www.example.com –title=„Mein Blog“ –admin_user=admin-user –[email protected] watch ls -l ~/etc/certificates/ wp plugin install autoptimize wp plugin install mail-on-update wp plugin install all-in-one-wp-security-and-firewall wp plugin install stops-core-theme-and-plugin-updates wp plugin install wp-simple-mail-sender wp plugin activate wp-simple-mail-sender wp plugin activate stops-core-theme-and-plugin-updates wp plugin activate all-in-one-wp-security-and-firewall wp plugin activate mail-on-update wp plugin activate autoptimize

uberspace/wp-by-cli.1602016919.txt.gz · Zuletzt geändert: von benh