pogo

Audio feed generator and CMS

Github stars Tracking Chart

Pogo

Build Status Demo

Podcast RSS & JSON feed generator and CMS in Go.

Getting Started

There are a couple options for getting Pogo up and running.

Features

  • Automatic RSS and JSON feed generation
  • Frontend for listening and publishing episodes
  • Multiple user support
  • Simple deployment
  • SPA frontend
  • Docker support

Running

asciicast

  1. Download the latest release
  2. Run pogo

Docker

dockerhub

Docker images are based on the master branch and built when TravisCI is triggered.

docker pull gmemstr/pogo

docker run -p 3000:3000 gmemstr/pogo

Building

Note: This requires a valid Go enviornment setup!

# Go get the repository
go get github.com/gmemstr/pogo

# Go to directory
cd $GOPATH/src/github.com/gmemstr/pogo

# Get godep
go get github.com/tools/godep

# Install Go dependencies
godep restore

# Build
go build

# Run
./pogo

Looking for the web frontend?.

Credits

Pogo depends on several other open source projects to function.

Overview

Name With Ownergmemstr/pogo
Primary LanguageGo
Program languageGo (Language Count: 4)
Platform
License:GNU General Public License v3.0
Release Count3
Last Release Namev2.0.0 (Posted on )
First Release Namev1.0 (Posted on )
Created At2017-06-14 05:55:40
Pushed At2022-03-19 13:41:44
Last Commit At2018-03-29 16:43:21
Stargazers Count71
Watchers Count4
Fork Count5
Commits Count196
Has Issues Enabled
Issues Count5
Issue Open Count0
Pull Requests Count15
Pull Requests Open Count1
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top