A Drupal-based app. Administrator can publish episodes of their podcast, with an audio file capacity of 128MB per upload. Listeners can sign up, and log in to post feedback on each inidivual podcast post.
This project was put together using Drupal and the Audiofield module.
Access the desktop with your git-friendly command line (https://git-scm.com/downloads), and run the command
git clone https://github.com/jwnardine/Podcast.git
Start your local server, then go to http://localhost:8888/phpmyadmin.
Click on the Import tab, and direct PHPMyAdmin to Podcast/sites/all/db-backup, and select the database zip file. Import it
Click on the Priveleges tab, and add a user with the following information:
username: podcast password: podcast
Then go to http://localhost:8888/ and follow the initial Drupal page setup if necessary. The login info for the administrator is the same as the database login.
To post a podcast, click "Add content" and use the content type "Podcast Episode" then use the file field to add your audio file! Up to 128MB per upload.
No known bugs at the moment.
Contact the authors through gitHub
Licensed under the MIT license.
Copyright (c) 2016 Jon Nardine and Blake Scott