Skip to content
Dylan K edited this page Mar 25, 2017 · 3 revisions

Setup

Below are instructions on how to setup Bullpen. You may have to alter commands slightly based on your OS.

Prerequisites

  • MongoDB
  • Maven
  • Tomcat 8.35
    • In your bin folder create a file called setenv.sh and add the following
    • #! /bin/sh
    • JAVA_OPTS="$JAVA_OPTS -Dspring.profiles.active=dev"

Steps

  1. git clone https://github.com/acesinc/bullpen.git
  2. cd bullpen
  3. mvn clean install
  4. cd bullpen-web
  5. sh fullCleanBuildAndRunTomcat.sh NOTE: this assumes you are on OSX and ats and tomcat folders are on your desktop changes may be needed.
Clone this wiki locally