Skip to content

gmemstr/pogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d86152 · Mar 29, 2018
Dec 4, 2017
Jan 8, 2018
Dec 21, 2017
Jan 9, 2018
Oct 4, 2017
Jan 8, 2018
Mar 29, 2018
Dec 7, 2017
Jan 19, 2018
Oct 2, 2017
Jan 12, 2018
Jan 19, 2018
Jun 14, 2017
Jan 19, 2018
Mar 9, 2018
Dec 27, 2017
Jan 9, 2018
Dec 19, 2017

Repository files navigation

Pogo logo

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.