Install Kuali Financial System
by krishna
- Download KFS from Kuali
- Unzip into C:Documents and Settings<Your User ID>workspace (This is where Eclipse will look for your project.)
- Move financial-system to C:Documents and Settings<your userid>workspace
- Import financial-system into eclipse as a project. Name it financial-system
- Setup Project Variables
- Open context menu for the financial-system project by clicking your right-mouse button on the project.
- Select Properties
- Select the Java Build Path
- Select the Libraries Tab
- Click “Add Variable” Button
- Click “Configure Variables” Button
- Click New
- Add TOMCAT_LIB_HOME and set the value to C:Documents and Settings<your userid>apache-tomcat-5.5.27commonlib
- Click New
- Add DRIVERS_DIRECTORY and set the value to C:Documents and Settings<your userid>javadrivers
- Work through KFS Install Instructions
- Follow KFS Setup database (Modifying impex-build.properties)
- Copy C:Documents and Settings<your userid>workspacekfs-release-2database-import-exportimpex-build.properties.sample to C:Documents and Settings<your userid>
- Edit C:Documents and Settings<your userid>impex-build.properties
- Modify import.admin.url and import.torque.database.x properties accordingly
Note: database user and schema are always the same with Oracle Expresstorque.schema.dir=${user.home}/<wherever demo-data-set lives>/demo-data-set ... drivers.directory = ${user.home}/java/drivers ... import.torque.database = oracle import.torque.database.driver = oracle.jdbc.OracleDriver import.torque.database.url = jdbc:oracle:thin:@localhost:1521:XE import.torque.database.user=<database user> import.torque.database.schema=<database user> import.torque.database.password=<your password> ... import.admin.user=<database user> import.admin.password=<your password>
- Copy C:Documents and Settings<your userid>workspacefinancial-systembuildexternallog4j.properties to C:Documents and Settings<your userid>
- Copy C:Documents and Settings<your userid>workspacefinancial-systembuildexternaluserkuali-build.properties to C:Documents and Settings<your userid>
- Edit C:Documents and Settings<your userid>workspacefinancial-systembuild.properties
- Change drivers.directory property
drivers.directory = ${user.home}/java/drivers ... appserver.home=${user.home}/apache-tomcat-<version> appserver.url=http://localhost:8080/
- Change drivers.directory property
- Edit C:Documents and Settings<your userid>kuali-build.properties
- Change datasource.username, datasource.password, and oracle.datasource.url to fit your needs. See below for example
datasource.username=dbUserId datasource.password=dbPwd oracle.datasource.url=jdbc:oracle:thin:@knowledgebase.localentity.com:1521:KFSDEV
- Insert the following line anywhere
make-source.target.directory=work/web-root/WEB-INF/classes
- Change datasource.username, datasource.password, and oracle.datasource.url to fit your needs. See below for example
- Open up a cmd window and cd to C:Documents and Settings<your userid>workspacefinancial-system
- Run
% ant dist-local % ant make-source
Pre-requisite:
Note:
Download KFS from Kuali Unzip into C:Documents and Settings<Your User ID>workspace (This is where Eclipse will look for your project.) Move financial-system to C:Documents and Settings<your userid>workspace Import financial-system into eclipse as a project. Name it financial-system Setup Project Variables Open context menu for the financial-system project by clicking your right-mouse button on the project.…
Recent Comments
Archives
- August 2025
- July 2025
- June 2025
- May 2025
- April 2025
- March 2025
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- December 2023
- November 2023
- February 2012
- January 2012
- December 2011
- October 2011
- August 2011
- July 2011
- May 2011
- January 2011
- November 2010
- October 2010
- September 2010
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- August 2008
- July 2008
- June 2008
- December 2007
- April 2007
- January 2007