nat/README.md

31 lines
1003 B
Markdown
Raw Normal View History

2016-07-14 01:53:57 +00:00
#Golang Pastebin
[![Build Status](https://travis-ci.org/ewhal/Pastebin.svg?branch=master)](https://travis-ci.org/ewhal/Pastebin) [![GoDoc](https://godoc.org/github.com/ewhal/Pastebin?status.svg)](https://godoc.org/github.com/ewhal/Pastebin) [![Go Report Card](https://goreportcard.com/badge/github.com/ewhal/Pastebin)](https://goreportcard.com/report/github.com/ewhal/Pastebin) [![MIT
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pomf/pomf/master/LICENSE)
2016-07-04 02:33:43 +00:00
Modern pastebin service with a restful like api written in golang.
2016-06-11 09:35:31 +00:00
2016-07-14 01:53:57 +00:00
![paste](http://i.imgur.com/7BeCKa3.png)
## Getting started
### Prerequisities
* pygmentize
* go
* mariadb
```
pip install pygmentize
sudo yum install -y go mariadb-server mariadb
```
### Installing
2016-06-11 11:16:00 +00:00
* git clone https://github.com/ewhal/Pastebin
2016-07-14 01:53:57 +00:00
* nano pastebin.go
* Configure port and database details
2016-06-11 11:16:00 +00:00
* make
2016-07-14 01:53:57 +00:00
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details