Update readme
This commit is contained in:
parent
04b7fcea81
commit
6093913ec6
29
README.md
29
README.md
@ -1,7 +1,30 @@
|
|||||||
#Golang Pastebin [](https://travis-ci.org/ewhal/Pastebin) [](https://godoc.org/github.com/ewhal/Pastebin)
|
#Golang Pastebin
|
||||||
|
[](https://travis-ci.org/ewhal/Pastebin) [](https://godoc.org/github.com/ewhal/Pastebin) [](https://goreportcard.com/report/github.com/ewhal/Pastebin) [](https://raw.githubusercontent.com/pomf/pomf/master/LICENSE)
|
||||||
|
|
||||||
Modern pastebin service with a restful like api written in golang.
|
Modern pastebin service with a restful like api written in golang.
|
||||||
|
|
||||||
##Build Instructions
|

|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
### Prerequisities
|
||||||
|
* pygmentize
|
||||||
|
* go
|
||||||
|
* mariadb
|
||||||
|
```
|
||||||
|
pip install pygmentize
|
||||||
|
sudo yum install -y go mariadb-server mariadb
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### Installing
|
||||||
|
|
||||||
* git clone https://github.com/ewhal/Pastebin
|
* git clone https://github.com/ewhal/Pastebin
|
||||||
* pip install pygmentize
|
* nano pastebin.go
|
||||||
|
* Configure port and database details
|
||||||
* make
|
* make
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user