Changes between Version 23 and Version 24 of GRW15Illinois


Ignore:
Timestamp:
09/16/15 14:29:13 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GRW15Illinois

    v23 v24  
    5959     1. Follow the [https://docs.vagrantup.com/v2/getting-started/index.html getting started] instructions for vagrant:
    6060{{{
    61 $ vagrant init hashicorp/precise32  # an Ubuntu 12.04 LR 32-bit image
    62 $ vagrant up # load the virtual machine
    63 $ vagrant ssh # login to your VM
     61mac> vagrant init hashicorp/precise32  # an Ubuntu 12.04 LR 32-bit image
     62mac> vagrant up # load the virtual machine
     63mac> vagrant ssh # login to your VM
    6464}}}
    6565     1. Install geni-lib following the instructions for [http://geni-lib.readthedocs.org/en/latest/intro/ubuntu.html Ubuntu]
    66      1. When you configure geni-lib, mv the `omni.bundle` file from the `Downloads` directory to the same directory as your Vagrantfile.  Then when you configure run the following command inside your VM instead of the listed instructions:
     66     1. Download the `omni.bundle` using your mac, but then copy the `omni.bundle` file from the `Downloads` directory to the same directory as your Vagrantfile. 
    6767{{{
    68 context-from-bundle --bundle /vagrant/omni.bundle
     68mac> mv ~/Downloads/omni.bundle /path/to/where/running/vagrant
    6969}}}
    70      1. You should
     70     1. Then when you configure run the following command inside your VM instead of the listed instructions:
     71{{{
     72ubuntu> context-from-bundle --bundle /vagrant/omni.bundle
     73}}}
     74     1. You should now be able to [http://geni-lib.readthedocs.org/en/latest/tutorials/portalcontext.html#test-it-out test your setup] following the usual steps.
    7175     1. When you are done
    7276{{{
    73 $ vagrant halt # to shutdown your VM (vagrant destroy will completely delete the VM causing you to lose all your work)
     77ubuntu> exit
     78mac> vagrant halt # to shutdown your VM (vagrant destroy will completely delete the VM causing you to lose all your work)
    7479}}}
    7580 * Slides