From 0a63a7466bfd4ed713acdf0d4f916d587177f55e Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 24 Oct 2012 14:59:02 -0700 Subject: [PATCH] Update docs/Architecture.txt Add submodule instructions for people who aren't familiar with the concept --- docs/Architecture.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Architecture.txt b/docs/Architecture.txt index 2b30a9024..ecfcc99c2 100644 --- a/docs/Architecture.txt +++ b/docs/Architecture.txt @@ -2,6 +2,10 @@ This project is built on Spring 3.1 and Spring Security 3.1, making heavy use of This project tracks against the development version of SECOAUTH, which is included in the build directories as a Git submodule. This submodule must be initialized before the main project can be built. Once SECOAUTH stabilizes to sufficient point, this project will remove its submodule reference and instead use a Maven dependency. +To initialize the submodule: + git submodule init + git submodule update + This project is intended to be a standalone OpenID Connect Server. Extension and customization of this server can be accomplished by configuration through Spring configuration files, injected functionality through new Beans, and overlay of views and static resources (using Maven War Overlay or similar functionality).