wongak / paymentd

FritzPay paymentd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

paymentd

FritzPay paymentd is the payment server of the FritzPay stack.

Install

Retrieve the sources for paymentd.

$ go get -d github.com/fritzpay/paymentd

You can use the make.go script.

$ cd $GOPATH/src/github.com/fritzpay/paymentd
$ go run make.go

Manual Install:

If you don't have Godep installed.

If you have Godep installed, you can skip this step.

$ go install github.com/tools/godep

Restore the dependencies.

$ cd $GOPATH/src/github.com/fritzpay/paymentd
$ godep restore ./...

And build paymentd.

$ go install github.com/fritzpay/paymentd/cmd/paymentd

About

FritzPay paymentd

License:Apache License 2.0


Languages

Language:Go 80.1%Language:Python 12.8%Language:Makefile 3.6%Language:Shell 2.3%Language:JavaScript 1.1%