Sign inSign up

oaklabs/component-payment-verifone

By oaklabs

•Updated over 4 years ago

Verifone payment component that runs a c++ PSDK binary

Image
0

10K+

oaklabs/component-payment-verifone repository overview

⁠Payment Demo Application

Example Component for OakOS v5.0.X

Not for production use!

⁠Running locally

Make sure that you are running the right version of Node locally. You will find the required version in the .nvmrc file If you are not running the same version (node -v) then you will need to run

nvm install $(cat .nvmrc)
npm run rebuild
⁠Now you can run locally
npm run dev
⁠Running in a docker container
xhost +
docker-compose up --build
⁠Shutting down the docker container
docker-compose down

⁠Example Installation

{
  "services": [
    {
      "image": "index.docker.io/oaklabs/app-payment:latest",
      "environment": {
        "PORT": "9000",
        "PAYMENT_PORT": "9001",
        "TZ": "America/Los_Angeles"
      }
    },
    {
      "image": "index.docker.io/oaklabs/component-payment-verifone:latest",
      "environment": {
        "PORT": "9001",
        "APPLICATION_PORT": "9000",
        "TZ": "America/Los_Angeles"
      }
    }
  ]
}

Tag summary

Content type

Image

Digest

Size

137.1 MB

Last updated

over 5 years ago

docker pull oaklabs/component-payment-verifone