Webradio player for Wordpress
Download Docker CE for your OS.
Point terminal to your project root and start up the container.
docker-compose up -d
Open http://localhost:8030 and go through Wordpress installation. Go to plugins page and enable Raudio plugin.
You find phpMyAdmin at http://localhost:8031
docker-compose run composer update
Globally stop all running docker containers.
docker stop $(docker ps -a -q)