https://github.com/podlove/radiator
Podcast Hosting & Publishing | The spark ✨ that lights the fire 🔥
https://github.com/podlove/radiator
elixir phoenix-framework
Last synced: 10 months ago
JSON representation
Podcast Hosting & Publishing | The spark ✨ that lights the fire 🔥
- Host: GitHub
- URL: https://github.com/podlove/radiator
- Owner: podlove
- License: mit
- Created: 2019-02-13T03:25:55.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T17:23:50.000Z (10 months ago)
- Last Synced: 2025-04-03T16:04:31.843Z (10 months ago)
- Topics: elixir, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 5.41 MB
- Stars: 130
- Watchers: 7
- Forks: 14
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Radiator 🔥
Radiator is the 100% open source podcast hosting project for the next century of the internet.
[](https://github.com/podlove/radiator/actions/workflows/test.yml) [](CODE_OF_CONDUCT.md)
## 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](CONTRIBUTING.md) and a [code of conduct](CODE_OF_CONDUCT.md). 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`](http://localhost:4000) from your browser