Discover Packages
github.com/gmemstr/pogo
command
module
Version:
v2.0.0+incompatible
Opens a new window with list of versions in this module.
Published: Jan 9, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Pogo
Podcast RSS 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
Custom CSS themes
Docker support
Running
Download the latest release
Unzip somewhere safe
Edit the configuration
Run pogo
Navigate to your instance (localhost:3000
by default)
Login to the admin interface (your credentials are generated on the first run)
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.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.