SUSE Linux Enterprise Server 12 64bits

Installation instructions

sudo wget -O /etc/zypp/repos.d/gauth.repo \
  https://dl.packager.io/srv/gbraad/gauth/master/installer/sles/12.repo
sudo zypper install gauth

Experimental build

At the moment these builds are experimental and should only be used for the purpose of testing.

After installation

It is recommended you perform the following actions: echo "127.0.0.1 gauth" | sudo tee -a /etc/hosts sudo gauth config:set IPADDR=gauth sudo gauth config:set PORT=4000 sudo gauth run web

Port has been changed to 4000 as Chrome marks 6000 as unsafe. Also, a domain name is preferred as this is how keys are stored in LocalStorage.

Now you can open the application using: firefox http://gauth:4000 or google-chrome http://gauth:4000

Note: this package is not supported

More details can be found at http://github.com/gbraad/gauth .