mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
changes for implementation of landing page
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user