Changes between Version 24 and Version 25 of APRAGENI/GREE-SC2015


Ignore:
Timestamp:
05/27/15 15:23:22 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APRAGENI/GREE-SC2015

    v24 v25  
    6868
    6969=== Wed Homework ===
    70  * Install geni-lib
    71  * Install Ansible
     70 1. Install geni-lib
     71 2. Install Ansible
    7272
    7373
    74 === 2.1  Pre-work: Install geni-lib ===
    75  1. Install the `geni-lib` tool using the [http://geni-lib.readthedocs.org/en/latest/intro/install.html installation instructions] for your operating system.
    76  1. Install [https://networkx.github.io/ `networkx`] on your system.
     74==== 1. Install geni-lib ====
     75 a. Install the `geni-lib` tool using the [http://geni-lib.readthedocs.org/en/latest/intro/install.html installation instructions] for your operating system.
     76 a. Install [https://networkx.github.io/ `networkx`] on your system.
    7777{{{
    7878pip install networkx
    7979}}}
    80  1. On mac and UNIX you may need to add geni-lib to your path:
     80 a. On mac and UNIX you may need to add geni-lib to your path:
    8181{{{
    8282    export PYTHONPATH="/PATH/TO/geni-lib:$PYTHONPATH"
    8383}}}
    8484
    85 === 2.2 Pre-work: Install ansible ===
    86    1. `ansible` installed on your local machine ([http://docs.ansible.com/intro_installation.html#latest-release-via-yum find the instructions for your package manager here]).
     85==== 2. Install ansible ====
     86   a. `ansible` installed on your local machine ([http://docs.ansible.com/intro_installation.html#latest-release-via-yum find the instructions for your package manager here]).
    8787{{{
    8888#!div style="background: #fdd; border: 3px ridge; width: 800px;"