uberspace:wp-by-cli
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Nächste Überarbeitung | Vorherige Überarbeitung | ||
| uberspace:wp-by-cli [2020/10/06 22:41] – angelegt benh | uberspace:wp-by-cli [2021/03/18 00:12] (aktuell) – benh | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Install Wordpress by CLI on US7 ====== | ====== Install Wordpress by CLI on US7 ====== | ||
| - | mysql -e " | + | - uberspace web domain add example.com |
| - | mkdir www/ | + | - uberspace web domain add www.example.com |
| - | ln -s www/ | + | - A-Records im DNS setzen (z.B. example.com & www.example.com) |
| - | cd www/ | + | - Zugriff im Browser testen, damit der Zertifikatsprozess gestartet wird |
| - | wp core download | + | - watch ls -l ~/ |
| - | wp config create --dbname=user1_wordpress1 | + | - mysql -e "SHOW DATABASES" |
| - | wp core install --url=www.example.com --title=" | + | - mysql -e " |
| - | watch ls -l ~/ | + | |
| - | 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 install autoptimize |
| - | 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
