Updated Home (markdown)
parent
8595c6a343
commit
f8d3045f79
6
Home.md
6
Home.md
|
@ -1,5 +1,11 @@
|
|||
Welcome to the OpenID-Connect-Java-Spring-Server wiki!
|
||||
|
||||
### Patching Instructions ###
|
||||
After cloning you'll need to patch spring_security_oauth:
|
||||
|
||||
cd spring_security_oauth
|
||||
git apply ../upstream-patch/secoauth_183.patch
|
||||
|
||||
### Deployment Instructions
|
||||
The project's pom file is configured to run the maven-replacer plugin. This plugin looks for a file named local-values.conf at the root of the project directory (not inside the server package, directly at OpenID-Connect-Java-Spring-Server/). This file should look like the following:
|
||||
|
||||
|
|
Loading…
Reference in New Issue