cas-server
cas-server copied to clipboard
how to install cas-server
I am new goer, want to know how to deploy cas-server
You need to install GO and Git.
Then you create a directory under your GoPath directory $HOME/go/src/github.com/matthewvalimaki
And clone this repo:
cd $HOME/go/src/github.com/matthewvalimaki && git clone [email protected]:matthewvalimaki/cas-server.git
Then you need to retrieve dependencies and build it:
go get && go build
You will have a binary with the same name: "cas-server".
To launch it : ./cas-server