/kc_fixes

NOTICE! MOVED TO https://bitbucket.org/vivantechinc/kc_fixes/

Primary LanguageJavaOtherNOASSERTION

Vivantech's Kuali Coeus Fixes Project

Overview

This project contains Vivantech's publicly available fixes to the Kuali Foundation's Kuali Coeus application. It is designed as a maven war overlay to the Foundation's code. The base war can be found in Vivantech's public maven repository. The current base war is KC version 5.2.1 and is built from code which can be found at https://github.com/kuali/kc/tree/coeus-5.2.1.

To update the databases, run the liquibase installation by running (from the kc_fixes directory):

mvn install \
  -Pupdate-kc,update-rice \
  -Dkc.liquibase.username=REPLACE \
  -Dkc.liquibase.password=REPLACE \
  -Drice.liquibase.username=REPLACE \
  -Drice.liquibase.password=REPLACE