Springboard is a boilerplate project to configure and run a education's portal based on ODE Frameworks.
- It's extensible with your own applications and widget
- It's customizable by ovverriding the theme, template, i18n file and others assets
To deep dive in configuration capabilities you can browse the Properties Inventory
General
| Property | Value |
|---|---|
| mode | dev |
| host | http://localhost:8090 |
| httpProxy | true |
Neo4J
| Property | Value |
|---|---|
| neo4jUri | http://localhost:7474 |
MongoDB
| Property | Value |
|---|---|
| dbName | ${MONGO_DB_NAME} |
| mongoHost | localhost |
| mongoPort | 27017 |
Postgres (optionnal. usefull for application that needs relationnal data storage)
| Property | Value |
|---|---|
| sqlUrl | jdbc:postgresql://localhost:5432/$PSQL_DB_NAME?stringtype=unspecified |
| sqlUsername | $PSQL_USER |
| sqlPassword | $PSQL_USER_PWD |
Skin (to map skin with domain and define skin's theme)
| Property | Value |
|---|---|
| skins | {"localhost:8090":"ode", "localhost:9000":"ode""} |
| assetsPath | ../.. |