Changes between Version 7 and Version 8 of GeniApiInstallationMyPlc


Ignore:
Timestamp:
10/06/10 12:56:28 (14 years ago)
Author:
Josh Karlin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniApiInstallationMyPlc

    v7 v8  
    214214
    215215 
    216   To install from SVN (should not normally be needed)
     216  To install from git (should not normally be needed)
    217217  {{{
    218218  sudo yum update fedora-release
    219219  sudo yum install m2crypto python-dateutil python-psycopg2 myplc-config pyOpenSSL python-ZSI libxslt-python xmlsec1-openssl-devel python-lxml
    220   svn co http://svn.planet-lab.org/svn/sfa/branches/geni-api
    221   cd geni-api
    222   make
    223   sudo make install
     220  git clone git://git.planet-lab.org/sfa.git
     221  cd sfa
     222  make ; sudo make install
    224223  }}}
    225224