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

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