Radiator is the 100% open source podcast hosting project for the next century of the internet.
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.
Open a Terminal and run the following commands
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install postgresqlbrew services start postgresqlcreateuser -d postgres
brew install elixir
- Run
mix setupto install and setup dependencies - Start Radiator with
mix phx.server - Visit
localhost:4000from your browser