| 263 | Step 8: Using the !DiCloud web portal |
| 264 | ------------------------------------- |
| 265 | |
| 266 | Go to http://localhost/vise/dicloud. |
| 267 | |
| 268 | |
| 269 | Step 9: Running a Gush experiment using DiCloud and/or Orca resources |
| 270 | ---------------------------------------------------------------------- |
| 271 | |
| 272 | Direction adapted from http://groups.geni.net/geni/wiki/GEC11VMSetup under installing Gush. |
| 273 | |
| 274 | {{{ |
| 275 | apt-get install keychain |
| 276 | mkdir /usr/local/geni/gush |
| 277 | cd /usr/local/geni/gush |
| 278 | wget http://gush.cs.williams.edu/gush-bin-32bit.tgz |
| 279 | |
| 280 | cd ~ |
| 281 | bash |
| 282 | cp ~/Tutorials/DiCloud/ec2/keys/geni-keypair.pem ~/.ssh/id_rsa |
| 283 | cp ~/Tutorials/DiCloud/ec2/keys/geni-keypair.pub ~/.ssh/id_rsa.pub |
| 284 | keychain ~/.ssh/id_rsa |
| 285 | echo 'StrictHostKeyChecking no' >> ~/.ssh/config |
| 286 | mkdir ~/Tutorials/DiCloud/gush |
| 287 | cd ~/Tutorials/DiCloud/gush |
| 288 | cp /usr/local/geni/gush/gush-bin-32bit.tgz . |
| 289 | tar xzvf gush-bin-32bit.tgz |
| 290 | }}} |
| 291 | |
| 292 | Verify gush works |
| 293 | |
| 294 | {{{ |
| 295 | ./gush -P 15000 |
| 296 | }}} |
| 297 | |
| 298 | Modify directory.xml and omni_config |