Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleDB Username and Password when executing the maven commands for db setup

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>

...