cashier icon indicating copy to clipboard operation
cashier copied to clipboard

Are there any instructions to run the server on an RHEL Instance

Open maxr786 opened this issue 5 years ago • 1 comments

I cloned the cashier repo on an RHEL 7.6 EC2 Instance. I filled out the server.conf with all the necessary information. I will create a systemd script to start the cashier service automatically and upon boot. I need to know how to run the server. I run the main.go under /cashier/cmd/cashier/main.go but it tries to launch a browser for me to get a token. I believe I need to put behind a web server (NGINX, APACHE) for it to work. Any info to get the server up and running is appreciated

maxr786 avatar Jul 12 '19 11:07 maxr786

Hi

There's two components to Cashier: cashierd: The server cashier: The client

You're trying to run the client. You want to run cashier/cmd/cashierd/main.go

There's some notes on this in the README: https://github.com/nsheridan/cashier#usage

nsheridan avatar Aug 03 '19 22:08 nsheridan