Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 823 Bytes

install.md

File metadata and controls

35 lines (22 loc) · 823 Bytes

Prerequisites:

Installation:

  1. edit the configuration to reflect your mysql and tomcat needs, the configuration is located at src/config.properties file

    ... db.user=username db.password=password db.host=host ... tomcat.dir=tomcat-location-in-the-file-system

  2. execute ant db to build the database structure and procedures

    ant db

  3. execute ant to build the beenbumped.war file:

    ant

beenbumped.war file will be located in the following location:

dist/beenbumped.war 
  1. copy beenbumped.war file into your tomcat webapps folder