Skip to content

Enterprise Webapp Configuration

sheldonabrown edited this page Jan 8, 2017 · 17 revisions

This page documents how to do a minimal deploy of the onebusaway-enterprise-acta-webapp module introduced by Pull 176. Consider it a preview of things to come!

Basic Steps

  • Build the project
// example commands to follow
// this will be from onebusaway repo shortly -- still some issues to sort out
$ git clone git@github.com:camsys/onebusaway-application-modules oba-app-mods
$ git checkout unified
$ mvn clean install 
  • Build a Transit Data Federated Bundle using the same version of onebusaway-transit-data-builder as onebusaway-enterprise-acta-webapp. See instructions elsewhere on this wiki.
  • deploy onebusaway-transit-data-federation-webapp to tomcat

  • edit data-sources to reflect your data sources
// example to follow
// example to follow
// example to follow

Clone this wiki locally