This is the podcast publishing plugin for WordPress.
- Getting Started & Documentation
- Podlove Community
- Latest stable version: in WordPress plugin directory
- Podlove Project & Blog
- Report a bug: Use GitHub Issues
Any WordPress development environment with a PHP version of at least 5.4 will do. A Vagrant Virtual Machine using the Varying-Vagrant-Vagrants configuration is recommended.
Code dependencies are managed via Composer. So you need to clone the repository and then fetch the dependencies via Composer.
git clone --recursive https://github.com/podlove/podlove-publisher.git
cd podlove-publisher
curl -sS https://getcomposer.org/installer | php
php composer.phar --dev install
You need a dedicated database for testing because running tests wipes all data. To setup tests, run this once:
# bash bin/install-wp-tests.sh <database> <user> <password> <host> <wordpress-version>
bash bin/install-wp-tests.sh wordpress_test root root localhost latest
This will download the latest WordPress core and files required for testing into /tmp
.
Then run phpunit
to run the tests.
./vendor/bin/phpunit
To get and update the web player v3+, use bower and make:
bower update
make player