...
Info | ||
---|---|---|
| ||
Setup sample-app-config.xml- Create a file called sample-app-config.xml under user.home/kuali/main/dev/ |
Setup
...
- Create a file called impex-build.properties under user.home
Info | ||
---|---|---|
| ||
Update the directory entry for torque.schema.dir in the impex-build.properties file to point to clover folder in your checked out rice codebase. The clover folder won't exist but its ok to point to that as you will see in the next sections why it would work. |
Setup database
1. Navigate to the clover-integrationrice/db/impex/master folder
2. run the following command: ant satellite-update mvn validate -Pdb,mysql -Dimpex.dba.password=[password]
3. Upon successful run of the satellite-update the following command: mvn clean install -Pdb,mysql -Dimpex.dba.password=[password]
3. Upon success verify the database is setup with tables etc.
...
change the username/pwd to the following
<!-- set some datasource defaults -->
<param name="datasource.username">rice</param>
...