changes for implementation of landing page

This commit is contained in:
2022-11-11 15:27:19 +01:00
parent f6dde66702
commit 46a1df99f6
2 changed files with 4 additions and 4 deletions

View File

@@ -23,11 +23,9 @@ docker exec -it wordpress-application-1 /bin/sh
## update wp-config.php
```bash
cat > wp-config.php << EOF
<?php
#content
EOF
apt update && apt install nano && nano wp-config.php
```
## multiside
- https://multilingualpress.de/doku/wordpress-multisite-installieren-einrichten/
- https://pressable.com/knowledgebase/adding-or-changing-the-domain-on-a-wordpress-multisite/