Changes between Version 9 and Version 10 of PlasticSlices/MonitoringRecommendations/FoamConfiguration

Show
Ignore:
Author:
chaos@bbn.com (IP: 128.89.69.207)
Timestamp:
06/14/12 16:20:09 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/MonitoringRecommendations/FoamConfiguration

    v9 v10  
    4646 
    4747=== II. Install software dependencies === 
     48 
     49Install `GMOC::ExchangeAPI-0.0.2` by hand (packaged versions of this module are coming soon). 
     50 
     51 1. Download the tarball onto the node (e.g. into your home directory): 
     52{{{ 
     53wget http://gmoc-db.grnoc.iu.edu/sources/perl-libs/GMOC-ExchangeAPI-0.0.2.tar.gz 
     54}}} 
     55 2. Unpack the module into `/usr/local/lib`: 
     56{{{ 
     57cd /usr/local/lib 
     58sudo /bin/tar xvzf ~/GMOC-ExchangeAPI-0.0.2.tar.gz GMOC-ExchangeAPI-0.0.2/lib/GMOC --strip-components=2 
     59}}} 
     60 3. Verify that this created and populated `/usr/local/lib/GMOC`: 
     61{{{ 
     62ls /usr/local/lib/GMOC 
     63}}} 
    4864 
    4965=== III. Install the monitoring software ===