# Setup Preparation: ``` git submodule update --init --recursive sudo ./prepare.sh ``` Edit configuration: ``` nano wp-config.php ``` Start: ``` docker-compose up -d ```