# Setup Preparation: ``` git submodule update --init --recursive sudo ./prepare.sh ``` Edit configuration: ``` nano wp-config.php ``` Start: ``` docker-compose up -d ``` # Upgrade You can run `./upgrade.sh` to checkout the latest release. ``` ./upgrade.sh ``` Then run `./prepare.sh`: ``` sudo ./prepare.sh ```