...
Info | ||||
---|---|---|---|---|
| ||||
Create a file called OLE_Rice2-config.xml under "user.home"/kuali/main/dev/. Alternatively you can copy it from the additionalfiles folder within the codebase. Create a file called rice.keystore files under "user.home"/kuali/main/dev. Alternatively copy the rice.keystore file as well from the additionalfiles folder within the project codebase and place it under "user.home"/kuali/main/dev. |
2. DB Setup
a. Setup database from the baseline.sql
The project comes with a folder called helper files. You will need to run the following command to import the provided dataset. mysql -u username -p password database_name < filename.sql. In order to run this project you will need to import baseline_rice_ole.sql
b. Setup database from Rice trunk
Info | ||
---|---|---|
| ||
If you don't have the OLE_Rice2-config.xml (which would have had the username/password) the default username/password is rice/rice |
...