Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 761 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 761 Bytes

whawty.auth app

How To Install

Package Manager

The easiest way to install the whawty.auth app is by installing one of the packages. For example, Debian packages can be found in the spreadspace APT Repository.

go get

You can install & build the latest development version using go get:

go get github.com/whawty/auth/cmd/whawty-auth

You can run the app like this (assuming you also donwloaded ../../contrib/sample-config.yml

./bin/app --store ./sample-config.yaml run --web-addr :4242

How To Use

For up to date usage instructions, call the app's binary with the --help flag.

Next, you need to create a store, for example by using ../../contrib/init-store.sh.