Skip to content

wongak/paymentd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Go 80.2%
  • Python 12.8%
  • Makefile 3.6%
  • Shell 2.3%
  • JavaScript 1.1%