Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 765 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 765 Bytes

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