| Abstract |
You may wish to install some tool that already has a graphical front end, or you may wish to use some other user interface than Rappture. These notes explain how to install an application that has input and output files and a graphical user interface.
Steps:
- Create code repository.
- Unpack the downloaded tar file. You will find that three files are created in directories middleware and bin. Examine all files for explanatory comments.
- Modify the invoke script to set TOOL. TOOL should be the same as your HUB project name.
- Rename the script startTOOL to match the TOOL name used in the invoke script. Modify as necessary according to the req
uirements of your application.
- Move the three scripts to the corresponding directories of your HUB project repository.
- Use the appropriate svn commands (add, update) to modify your HUB project repository
|