5ac5cf1c91 | ||
---|---|---|
assets | ||
.gitignore | ||
.travis.yml | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
database.sql | ||
pastebin.go |
README.md
Modern pastebin service with a restful like api written in golang.
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
- nano pastebin.go
- Configure port and database details
- make
License
This project is licensed under the MIT License - see the LICENSE.md file for details