WP Manifestindependent plugin directory
manifest / media / wp-raudio

Raudio

Webradioplayer for Wordpress

by Rafael Nowrotek, Benignware · github.com/benignware/wp-raudio · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/benignware/wp-raudio/archive/refs/heads/main.zip

Readme

wp-raudio

Webradio player for Wordpress

Development

Download Docker CE for your OS.

Dev Server

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

Update composer dependencies

docker-compose run composer update

Useful docker commands

Globally stop all running docker containers.

docker stop $(docker ps -a -q)

Read the full README on GitHub →

Releases

TagPublished
v1.0.0-beta.2 Mar 23, 2022
v1.0.0-beta.1 Mar 13, 2022

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.