pogo/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

<p align="center">
<img src="https://cdn.rawgit.com/gmemstr/pogo/users/assets/web/static/logo-xs.png" alt="Pogo logo">
</p>
<h3 align="center">Pogo</h3>
<p align="center">
Podcast RSS feed generator and CMS in Go.
</p>
## Getting Started
There are a couple options for getting Pogo up and running.
- [Download the latest release](https://github.com/gmemstr/pogo/releases/latest)
- [Clone the repo and build](#building)
## Status
2017-07-05 08:31:01 +01:00
[![Build Status](https://travis-ci.org/gmemstr/pogo.svg?branch=master)](https://travis-ci.org/gmemstr/pogo) [![gitgalaxy](https://img.shields.io/badge/website-gitgalaxy.com-blue.svg)](https://gitgalaxy.com) [![live branch](https://img.shields.io/badge/live-podcast.gitgalaxy.com-green.svg)](https://podcast.gitgalaxy.com) [![follow](https://img.shields.io/twitter/follow/gitgalaxy.svg?style=social&label=Follow)](https://twitter.com/gitgalaxy)
2017-07-05 08:32:04 +01:00
## Features
2017-07-05 08:32:04 +01:00
- Automatic RSS and JSON feed generation
- Frontend for listening and publishing episodes
- Multiple user support
- Custom CSS themes
- Docker support
2017-07-05 08:31:01 +01:00
## Building
2017-06-15 17:23:09 +01:00
```
git clone https://github.com/gmemstr/pogo
cd pogo
go get github.com/tools/godep
godep restore
go build
./pogo
```