WordPress for the Opendata.ch website.
- PHP 7.4
- MySQL 8.0
- Composer
git clone https://github.com/OpendataCH/opendata.ch.git
cd opendata.ch/
wp core download --path=wordpress --version=5.6.14
(installs WordPress into the directorywordpress/
)cp wp-config.php.dev wp-config.php
- Copy database from server
- Copy plugins from server
docker-compose up