These instructions are designed to quickly get you up and running with KFS. They are not designed for deploying the application to a server environment.

To implement KFS, a developer should have a good working knowledge of the following:

Please see Financials Coding Standards for more details

Instructions

  1. Get KFS
  2. Set up your Development Environment

     KFS is currently IDE agnostic. As of KFS 6, no IDE metadata is stored in SCM and KFS should work with multiple IDEs including Eclipse and IntelliJ.


  3. Configure KFS

    Also see the build process page.

  4. Set Up Your Database

    Note, if you are using Oracle, you need to install the jdbc jar in your local maven repository using a command such as the following:


    mvn install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar

    You will also need to specify the Oracle profile for maven by using the -P oracle command line switch when running Oracle in addition to overriding the appropriate database settings.


  5. Build KFS

  6. Run KFS
  7. Test the KFS Web Application
  8. Optional: Run the KFS Unit Tests