Merge pull request #289 from stianst/master
Added a README.md in the root of examples to describe the difference bet...
This commit is contained in:
commit
ba60a0c04b
2 changed files with 14 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
<exclude name="**/*.iml"/>
|
<exclude name="**/*.iml"/>
|
||||||
<exclude name="**/*.unconfigured"/>
|
<exclude name="**/*.unconfigured"/>
|
||||||
<exclude name="**/subsystem-config.xml"/>
|
<exclude name="**/subsystem-config.xml"/>
|
||||||
|
<exclude name="**/README.md.overview"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="target/examples/unconfigured-demo" overwrite="true">
|
<copy todir="target/examples/unconfigured-demo" overwrite="true">
|
||||||
|
@ -19,11 +20,13 @@
|
||||||
<exclude name="**/target/**"/>
|
<exclude name="**/target/**"/>
|
||||||
<exclude name="**/*.iml"/>
|
<exclude name="**/*.iml"/>
|
||||||
<exclude name="**/README.md"/>
|
<exclude name="**/README.md"/>
|
||||||
|
<exclude name="**/README.md.overview"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
<copy file="../../examples/demo-template/README.md.overview" tofile="target/examples/README.md"/>
|
||||||
<move file="target/examples/unconfigured-demo/README.md.unconfigured" tofile="target/examples/unconfigured-demo/README.md"/>
|
<move file="target/examples/unconfigured-demo/README.md.unconfigured" tofile="target/examples/unconfigured-demo/README.md"/>
|
||||||
<move file="target/examples/unconfigured-demo/customer-app/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/customer-app/src/main/webapp/WEB-INF/web.xml"/>
|
<move file="target/examples/unconfigured-demo/customer-app/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/customer-app/src/main/webapp/WEB-INF/web.xml"/>
|
||||||
<move file="target/examples/unconfigured-demo/product-app/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/product-app/src/main/webapp/WEB-INF/web.xml"/>
|
<move file="target/examples/unconfigured-demo/product-app/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/product-app/src/main/webapp/WEB-INF/web.xml"/>
|
||||||
<move file="target/examples/unconfigured-demo/database-service/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/database-service/src/main/webapp/WEB-INF/web.xml"/>
|
<move file="target/examples/unconfigured-demo/database-service/src/main/webapp/WEB-INF/web.xml.unconfigured" tofile="target/examples/unconfigured-demo/database-service/src/main/webapp/WEB-INF/web.xml"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
10
examples/demo-template/README.md.overview
Executable file
10
examples/demo-template/README.md.overview
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
Login, Distributed SSO, Distributed Logout, and OAuth Token Grant Examples
|
||||||
|
===================================
|
||||||
|
|
||||||
|
Preconfigured Examples
|
||||||
|
===================================
|
||||||
|
The Preconfigured Examples (in 'preconfigured-demo') contains pre-configured examples that can be deployed without having to configure anything except importing the realm settings into Keycloak. To try this out follow the instructions in preconfigured-demo/README.md.
|
||||||
|
|
||||||
|
Unconfigured Examples
|
||||||
|
===================================
|
||||||
|
The Unconfigured Examples (in 'unconfigured-demo') contains examples without any Keycloak specific configuration. These should be used in conjunction with the online screencasts tutorials at [http://keycloak.org/docs](http://keycloak.org/docs).
|
Loading…
Reference in a new issue