...
Info | ||
---|---|---|
| ||
Setup sample-app-config.xml- Create a file called sample-app-config.xml under user.home/kuali/main/dev/ |
Setup database
Info | ||
---|---|---|
| ||
If you don't have the sampleapp-config.xml (which would have had the username/password) the default username/password is rice/rice |
1. Navigate to the rice/db/impex/master folder
...
3. Upon success verify the database is setup with tables etc.
...
title | DB Username and Password when executing the maven commands for db setup |
---|
...
.
...
Setup IntelliJ Project
1. Launch IntelliJ
...
change the username/pwd to the following
<!-- set some datasource defaults -->
<param name="datasource.username">rice</param>
...