| 48 | === B.2.1 Flukes === |
| 49 | |
| 50 | Before experimenters can use Flukes the properties file for it has to be modified. |
| 51 | |
| 52 | {{{ |
| 53 | $ nano ~/.flukes.properties |
| 54 | }}} |
| 55 | |
| 56 | === $HOME/.flukes.properties === |
| 57 | |
| 58 | {{{ |
| 59 | # Do not change these |
| 60 | orca.xmlrpc.url=https://geni.renci.org:11443/orca/xmlrpc,https://rci-hn.exogeni.net:11443/orca/xmlrpc,https://bbn-hn.exogeni.net:11443/orca/xmlrpc,https://nicta-hn.exogeni.net:11443/orca/xmlrpc |
| 61 | ssh.options=-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -X |
| 62 | xterm.path=/usr/bin/xterm |
| 63 | |
| 64 | # replace XX with your user index (with leading 0, if necessary) |
| 65 | user.keystore=/home/geniuser/Tutorials/GIMI/gimiXX/ssh/gimiXX.jks |
| 66 | ssh.key=/home/geniuser/Tutorials/GIMI/gimiXX/ssh/gimiXX_key |
| 67 | ssh.pubkey=/home/geniuser/Tutorials/GIMI/gimiXX/ssh/gimiXX_key.pub |
| 68 | |
| 69 | image1.name=gec14-gimi-image |
| 70 | image1.url=http://emmy9.casa.umass.edu/GEC14-GIMI-Tutorial/dilip-gec14.xml |
| 71 | image1.hash=8cc0ebc000f2332fa51d42f14b3cae16d43518ab |
| 72 | }}} |
| 73 | |
| 74 | |
| 75 | === B.2.2 Omni === |