Skip to content

Podcast Hosting & Publishing | The spark ✨ that lights the fire πŸ”₯

License

Notifications You must be signed in to change notification settings

podlove/radiator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26972b7 Β· Apr 22, 2025
Apr 5, 2025
Apr 22, 2025
Dec 9, 2024
Apr 22, 2025
Mar 19, 2025
Jul 5, 2024
Apr 11, 2025
Aug 6, 2024
Nov 17, 2023
Nov 14, 2023
Dec 9, 2024
Dec 28, 2024
Feb 4, 2025
Dec 16, 2023
Dec 16, 2023
Feb 4, 2025
Jan 4, 2024
Oct 20, 2024
Jul 5, 2024
Apr 15, 2025
Apr 15, 2025

Repository files navigation

Radiator πŸ”₯

Radiator is the 100% open source podcast hosting project for the next century of the internet.

Test Contributor Covenant

Contributing

The Radiator team welcomes contributions from anyone who wishes to advance the development of the Radiator!

If you'd like to contribute, please note we have contribution docs and a code of conduct. Please follow it in all your interactions with the people and the project.

Setup

Using Homebrew

Open a Terminal and run the following commands

Install Homebrew

  • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install & Start Postgres

  • brew install postgresql
  • brew services start postgresql
  • createuser -d postgres

Install Elixir

  • brew install elixir

Setup and Start Radiator

  • Run mix setup to install and setup dependencies
  • Start Radiator with mix phx.server
  • Visit localhost:4000 from your browser