Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maxr786 opened this issue Jul 12, 2019 · 1 comment
Open

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

maxr786 opened this issue Jul 12, 2019 · 1 comment

Comments

@maxr786
Copy link

maxr786 commented Jul 12, 2019

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

@nsheridan
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants