https://github.com/ewhal/gpomf
Pomf rewrite in golang
https://github.com/ewhal/gpomf
Last synced: about 2 months ago
JSON representation
Pomf rewrite in golang
- Host: GitHub
- URL: https://github.com/ewhal/gpomf
- Owner: ewhal
- License: mit
- Created: 2016-06-11T11:27:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T22:44:01.000Z (about 3 years ago)
- Last Synced: 2025-03-23T17:12:18.701Z (2 months ago)
- Language: Go
- Size: 1.46 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Gpomf
[](https://travis-ci.org/ewhal/gpomf) [](https://godoc.org/github.com/ewhal/Pastebin) [](https://goreportcard.com/report/github.com/ewhal/Pastebin) [](https://raw.githubusercontent.com/ewhal/gpomf/master/LICENSE.md)An implementation of a pomf compatible API written in golang
## Getting started
### Prerequisities
* go
* mariadb```
sudo yum install -y go mariadb-server mariadb
```### Installing
* go get https://github.com/ewhal/gpomf
* make
* cp config.example.json config.json
* nano config.json
* Configure port and database details## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details