...
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. Download the db folder from the rice trunk from the following location: rice-db-trunk (https://svn.kuali.org/repos/rice/trunk/db)
2. Navigate to the rice/db/impex/master folder
23. run the following command: mvn validate -Pdb,mysql -Dimpex.dba.password=[password]
34. run the following command: mvn clean install -Pdb,mysql -Dimpex.dba.password=[password]
35. 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>
...