Whydah development Express-route for linux and osx/mac
![]() | Pre-requisites: JDK 8, maven 3 and wget installed |
- run bootstrapAndRunWhydah.sh (wget https://raw.githubusercontent.com/Cantara/Whydah/master/dev-quickstart/bootstrapAndRunWhydah.sh
) which will do the following
- clone all main Whydah repositories
- build all modules on local machine
- start all built modules in a TEST_LOCALHOST configuration
- verify that it is working before starting to code (http://localhost:9997/sso/welcome
u:useradmin pw:useradmin567)
Whydah modules |
Key Whydah Data Structures |
![]() | Whydah development 911 If you have trouble getting Whydah to run locally, it is usually one or more of the following problems
Watch the module logs to figure out where the problem is located. |
The source code and issue trackers
Maven
http://mvnrepo.cantara.no/content/repositories/releases/net/whydah/
Example:
Unknown macro: {code}
<dependency>
<groupId>net.whydah.identity</groupId>
<artifactId>UserIdentityBackend</artifactId>
<version>X.Y.Z</version>
</dependency>
Example applications which integrate with Whydah
- Whydah-TestWebApp
(java, spring, javascript, django and SharePoint app example integrations)
- Awesome Competence System
Labels:
None