Page History
...
Note: For convenience it is recommended that both the project picker and the odm generator app be checked out to the C:\runtime\ folder.
***This guide will assume that***
...
4. project 'odm' will be checked out to c:\runtime\odm\\\
***Step 1: Check out code for Project Picker UI app***
...
4. Leave all other values at default and click ok.
***Step 2: Configure the Project Picker UI app***
...
7.Find "defaultConfigFiles" property and edit it to provide absolute paths to the Config.groovy and DataSource.groovy files we edited above.
***Step 3: Setup Grails***
1. Download latest Grails distribution from here
2 from2. Unzip the distribution in a suitable place. (For convenience I have it at C:\Program Files\grails\grails-1.3.7)
...
5. Setup a 'JAVA_HOME' system variable and set the value to where a JDK has been installed. If JAVA_HOME allready exists please verify that it does not point to a JRE but infact to a JDK.
***Step 4: Check out code for ODM creation and translation app***
...
4. Leave all other values at default and click ok.
***Step 5: Setup Ant***
1. Download Ant 1.8.2 from2. Unzip ant into a suitable directory.
3. Append the path to the ANT/bin directory to your system path.
***Step 6: Building the ODM project***
...
4. This jar file will be placed in the lib directory of the redcapui project.
***Step 7: Building the redcapui project***
...
5. Select and deploy the generated redcapui.war file.
**** Additional Notes ****
How to Build and Deploy for Production
...