cashier
cashier copied to clipboard
Are there any instructions to run the server on an RHEL Instance
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
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