From e63af1d39cecdfbc28e064d7ea6039efcdfcb59c Mon Sep 17 00:00:00 2001 From: Travis Schneberger Date: Fri, 13 Mar 2015 21:48:55 -0400 Subject: [PATCH] RESKC-223: adding documentation --- README.md | 25 +++++++++++++++++++++++++ coeus-impl/pom.xml | 1 + pom.xml | 1 + 3 files changed, 27 insertions(+) diff --git a/README.md b/README.md index de01f9361e5..fbab6afddf6 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,28 @@ Kuali Coeus == Kuali Coeus (KC) for Research Administration is a comprehensive system to manage the complexities of research administration needs from the faculty researcher through grants administration to federal funding agencies. KC is using MIT’s proven COEUS system as its baseline design, updating its technical architecture for vendor independence and integration with other administration systems. + + +Build instructions + +The Kuali Coeus application uses maven as it's build tool and can be built with a simple mvn clean install. Inside +of Kuali Coeus's maven configuration is a list of dependencies. Some of these dependencies may not be available in +a publicly available maven repository. At the very least you will need to install the following projects into your +maven repo. These projects may have more than one submodule. + +* Kuali Coeus API +* Kuali Coeus S2S Gen +* Kuali Rice + +Grm Profile + +When building Kuali Coeus you should turn the grm maven profile off. You can do this by commenting out the activation +section of the profile or sending the following system parameter grm.off on the command line. This profile is internal +to KualiCo. + +Populating a Database + +All the data needed to run Kuali Coeus is located in the coeus-db module. They are conveniently divided into jar modules +to support any automated sql processes you may have. The coeus-db-sql project contains sequenced sql and java files +that can build a database from scratch. See the README file for more information. The coeus-db-xml contains all +Kuali Coeus and Rice KEW configuration files. These contains all the KEW files for a complete KEW configuration. diff --git a/coeus-impl/pom.xml b/coeus-impl/pom.xml index 651ca1d5e36..3bf4d5e9430 100644 --- a/coeus-impl/pom.xml +++ b/coeus-impl/pom.xml @@ -689,6 +689,7 @@ grm + !grm.off diff --git a/pom.xml b/pom.xml index 12e5e7929d6..886e5e7b8e2 100644 --- a/pom.xml +++ b/pom.xml @@ -2019,6 +2019,7 @@ grm + !grm.off