uberspace:wp-by-cli
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| uberspace:wp-by-cli [2020/10/06 22:42] – 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 www.example.com | ||
| + | - A-Records im DNS setzen (z.B. example.com & www.example.com) | ||
| + | - Zugriff im Browser testen, damit der Zertifikatsprozess gestartet wird | ||
| + | - watch ls -l ~/ | ||
| + | - mysql -e "SHOW DATABASES" | ||
| + | | ||
| - mkdir www/ | - mkdir www/ | ||
| - ln -s www/ | - ln -s www/ | ||
| - cd www/ | - cd www/ | ||
| - wp core download | - wp core download | ||
| - | - wp config create --dbname=user1_wordpress1 | + | - wp config create --dbname=< |
| - wp core install --url=www.example.com --title=" | - wp core install --url=www.example.com --title=" | ||
| - | - watch ls -l ~/ | ||
| - wp plugin install autoptimize | - wp plugin install autoptimize | ||
| - wp plugin install mail-on-update | - wp plugin install mail-on-update | ||
| Zeile 19: | Zeile 24: | ||
| - wp plugin activate mail-on-update | - wp plugin activate mail-on-update | ||
| - wp plugin activate autoptimize | - wp plugin activate autoptimize | ||
| - | - | ||
uberspace/wp-by-cli.1602016948.txt.gz · Zuletzt geändert: von benh
