Changes between Initial Version and Version 1 of GENIExperimenter/Tutorials/ToolSetupIEEESDNNFV


Ignore:
Timestamp:
10/26/15 20:00:46 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ToolSetupIEEESDNNFV

    v1 v1  
     1= Tool Setup for Lab Zero  =
     2
     3[[PageOutline]]
     4
     5= Setting up your Computer with GENI Tools =
     6
     7Some of the tutorials  will require you have a laptop that has:
     8  1. An ssh client ([#a2.SSHClient Instructions])
     9  1. Chrome and Firefox browsers ([#a3.InstallChromeandFirefoxbrowsers Instructions])
     10
     11
     12== 1. SSH Client ==
     13
     14=== Mac OS X/Linux ===
     15Mac OS X and Linux come with an ssh client you can run from a Terminal window.   You do not need to install anything.   Proceed to the [#TestSSHwithkeys Test SSH with Keys] section below.
     16
     17=== Windows ===
     18'''Recommended''' Install Putty, a free SSH client for Windows:
     19   * http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
     20
     21An alternative is FireSSH, a Firefox ssh plugin:
     22      * Install the plugin from [https://addons.mozilla.org/en-US/firefox/addon/firessh/ FireSSH]  [[BR]]
     23
     24
     25=== Test SSH with keys ===
     26You should have received a copy of an SSH private key by email.  (PuTTY users should use the key file with `PuTTY` in it's name.)
     27
     28To test your setup you will need this information:
     29  * `username`: sshtest
     30  * `hostname`: pc3.geni.uchicago.edu
     31  * `port`:  32826
     32  * passphrase for private key: v3rify
     33
     34In the instructions below, skip the step about downloading a private key and just use the key provided though email. [[BR]]
     35''' Mac OS X/Linux/Cygwin ''': Follow [wiki:HowTo/LoginToNodes#LinuxMacOSWindowsCygwin these instructions]. If you see the prompt `sshtest@sshtestvm:~$ ` you are all set! [[BR]]
     36''' Windows ''':  Follow [wiki:HowTo/LoginToNodes#WindowsPuTTYFireSSHBitViseGitBash these instructions]. If you see the prompt `sshtest@sshtestvm:~$ ` you are all set!
     37
     38
     39== 3. Install Chrome and Firefox browsers ==
     40  1. Chrome: [https://www.google.com/intl/en/chrome/browser/ Google Chrome]
     41  2. Firefox:  [http://www.mozilla.org/en-US/firefox/new/ Firefox].
     42
     43{{{
     44#!comment
     45
     46== 4. Install and test Java 8 ==
     47  1. Install a recent Oracle Java 8 version (openJDK does not work well)
     48      * Windows and Mac users can go to http://java.com/en/download/
     49      * Linux users: see http://jfed.iminds.be/java8_on_linux/
     50  1. Verify you have the right version of Java installed:  http://java.com/verify. 
     51
     52
     53=== Test your installation:  ===
     54  1. Use '''Firefox''' to go to http://jfed.iminds.be.
     55  1. Click on the green button labeled "Quickstart jFed experimenter tool".
     56  1. If your Java setup is correct, a window will pop up that looks like:
     57      [[Image(jfed.png, 20%)]] [[BR]]
     58  You are done with the Java setup!  You can close the window. [[BR]]
     59  '''Mac users:''' If the above window does not pop-up, see the instructions at http://doc.ilabt.iminds.be/jfed-documentation/mac.html. 
     60}}}
     61