Versions Compared

Key

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

...

Info
titleOptional

Setup sample-app-config.xml- Create a file called sample-app-config.xml under user.home/kuali/main/dev/

Setup database

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. Navigate to the rice/db/impex/master folder

...

3. Upon success verify the database is setup with tables etc.

...

titleDB 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>

...