Download:
git clone https://juergenarne@github.com/juergenarne/wordpress-blueprint.git wordpressTweak: (optional)
The package has been set up to work out of the box for development and testing purpouses. If you wish to use the package for production please modifiy database credentials and secrets for secutiry reasons.
Modify stuff from the .env file to meet your needs. Kepp in mind to update the wp-config.php file if database credentials where modified.
To generate WordPress keys execute
./generate-wp-keys.shRun:
docker-compose build
docker-compose up -dAfter all containers are created
sudo chmod -R 0775 mariadb/Open: http://localhost:8080/ and start installing WordPress.