pogo

Audio feed generator and CMS

Github星跟踪图

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.

主要指标

概览
名称与所有者gmemstr/pogo
主编程语言Go
编程语言Go (语言数: 4)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2017-06-14 05:55:40
推送于2022-03-19 13:41:44
最后一次提交2018-03-29 16:43:21
发布数3
最新版本名称v2.0.0 (发布于 )
第一版名称v1.0 (发布于 )
用户参与
星数72
关注者数3
派生数4
提交数196
已启用问题?
问题数5
打开的问题数0
拉请求数15
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?