Copy the folder plugins/wp-job-manager-employer of this repo into your Wordpress plugin folder.
Install Wordpress as Docker container
docker-compose up -d
Run Wordpress in the browser
http://127.0.0.1:8080
Debugging aktivieren
Add in wp-config.php
define( 'WP_DEBUG', true );
Install Wordpress Job Manager