You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Installation

Spin up the virtual machine.

  • Its nickname is pingervm
  • It is called dhcp-nebula-124.26.slac.stanford.edu (134.79.124.66)
  • Install Apache
    • yum install -y httpd

Install pinger2.pl

  • You need a writeable /usr/local
    • Get root access (sudo -s)
    • Set usrlocal=local in /etc/taylor.opts
    • sudo taylor everything to make the change take effect (example)
  • Follow the instructions at:  Installation Overview
    • tar xzf pinger-2.0.3.tar.gz
    • cd pinger-2.0.3
    • ./configure
    • make test_prereqs
    • make
  • No labels