edificeio / springboard

Springboard is a boilerplate project to configure and run ODE apps and portal.
GNU Affero General Public License v3.0
9 stars 6 forks source link

About SpringBoard

Springboard is a boilerplate project to configure and run a education's portal based on ODE Frameworks.

Installation

Clone this repository and follow that Insallation guide

Main Properties

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 ../..