From e17778190d3d4ee33ea570147d100621658128ab Mon Sep 17 00:00:00 2001 From: rgroux Date: Tue, 25 Aug 2015 17:06:36 +0200 Subject: [PATCH 1/2] README add link to wiki about CAS SSO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8022b102..0f57fdfe 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ For more information on Gollum's capabilities and pitfalls: 1. [Syntax/capability overview for pages](https://github.com/gollum/gollum/wiki). 2. [Known limitations](https://github.com/gollum/gollum/wiki/Known-limitations). 3. [Security overview](https://github.com/gollum/gollum/wiki/Security). +4. [Gollum with CAS SSO](https://github.com/gollum/gollum/wiki/Gollum-via-Rack-and-CAS-SSO) ## SYSTEM REQUIREMENTS From 2323506c823d9ce7d4e66a523d29aa941ced2b41 Mon Sep 17 00:00:00 2001 From: Richard Groux Date: Thu, 10 Sep 2015 18:14:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f57fdfe..b1f35772 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ For more information on Gollum's capabilities and pitfalls: 1. [Syntax/capability overview for pages](https://github.com/gollum/gollum/wiki). 2. [Known limitations](https://github.com/gollum/gollum/wiki/Known-limitations). 3. [Security overview](https://github.com/gollum/gollum/wiki/Security). -4. [Gollum with CAS SSO](https://github.com/gollum/gollum/wiki/Gollum-via-Rack-and-CAS-SSO) ## SYSTEM REQUIREMENTS @@ -110,6 +109,10 @@ This will start up a web server (WEBrick) running Gollum with a web interface, w Gollum can also be ran with any [rack-compatible web server](https://github.com/rack/rack#supported-web-servers). More on that [over here](https://github.com/gollum/gollum/wiki/Gollum-via-Rack). +### Rack, with an authentication server + +Gollum can also be ran alongside a CAS (Central Authentication Service) SSO (single sign-on) server. With a bit of tweaking, this adds basic user-support to Gollum. To see an example and an explanation, navigate [over here](https://github.com/gollum/gollum/wiki/Gollum-via-Rack-and-CAS-SSO). + ### Docker Gollum can also be ran via [Docker](https://www.docker.com/). More on that [over here](https://github.com/gollum/gollum/wiki/Gollum-via-Docker).