Audio feed generator and CMS
Find a file
2017-12-04 07:36:07 -08:00
admin Added values for editing/adding permision to users via web interface 2017-12-01 13:48:29 -08:00
assets Remove old legacy "setup" web interface 2017-12-04 07:36:07 -08:00
auth Added user permissions! 2017-11-29 12:56:51 -08:00
common Working on Session Creation, Added Login.html 2017-10-04 23:58:53 +05:30
Godeps Refresh Godeps 2017-12-03 19:39:32 -08:00
router Remove old legacy "setup" web interface 2017-12-04 07:36:07 -08:00
.dockerignore Reorganizing file directory structure to match other Golang projects 2017-09-25 11:22:30 -07:00
.gitignore Add lockfile to gitignore 2017-12-03 19:31:02 -08:00
.travis.yml Fix Docker image not running correctly 2017-10-08 11:23:23 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-01 17:39:39 -07:00
CONTRIBUTING.md Add contributing.md 2017-11-17 14:09:55 -08:00
Dockerfile Fix Docker image not running correctly 2017-10-08 11:23:23 -07:00
generate_rss.go Fixed generate_rss.go only using even numbers for ids 2017-11-28 08:47:14 -08:00
LICENSE Initial commit 2017-06-13 22:55:41 -07:00
README.md Add asciinema for Linux 2017-11-24 22:05:39 -08:00
setup.go Create podcast folder during setup 2017-12-03 19:31:42 -08:00
webserver.go New setup process when lockfile not found 2017-12-03 19:30:38 -08:00

Pogo logo

Pogo

Podcast RSS feed generator and CMS in Go.

Getting Started

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

Status

Build Status gitgalaxy live branch follow

Features

  • Automatic RSS and JSON feed generation
  • Frontend for listening and publishing episodes
  • Multiple user support
  • Custom CSS themes
  • Docker support

Running

asciicast

  1. Download the latest release
  2. Unzip somewhere safe
  3. Edit the config
  4. Run pogo
  5. Navigate to your instance (localhost:3000 by default)
  6. Login to the admin interface (default: admin, password1)
  7. CHANGE YOUR PASSWORD

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

Credits

Pogo depends on several other open source projects to function.