Changes between Version 58 and Version 59 of GENIRacksHome/OpenGENIRacks/InstallationGuideJuno


Ignore:
Timestamp:
11/03/15 07:17:47 (8 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/InstallationGuideJuno

    v58 v59  
    200200ssh gram@networkNode:
    201201cat .ssh/id_rsa.pub >> .ssh/authorized_keys
     202exit
    202203}}}
    203204It might be good to try and see that gram can indeed issue commands and not be prompted for a password.
     
    216217
    217218{{{
    218 sudo apt-get install mariadb-server python-mysqldb
     219sudo apt-get install -y mariadb-server python-mysqldb
    219220}}}
    220221
     
    230231{{{
    231232sudo apt-get install -y ubuntu-cloud-keyring
    232 echo deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/juno main >> cloudarchive-juno.list
    233 sudo mv cloudarchive-juno.list /etc/apt/sources.list.d/
     233echo deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/juno main >> /tmp/cloudarchive-juno.list
     234sudo mv /tmp/cloudarchive-juno.list /etc/apt/sources.list.d/
    234235}}}
    235236  - Update the current repository:
     
    240241  - Get the gdebi package for direct installation of deb files
    241242{{{
    242 sudo apt-get install gdebi-core
     243sudo apt-get install -y gdebi-core
    243244}}}
    244245  - Install the gram package (where <type> is ''control'', ''network'' or ''compute'' depending on what machine type is being installed):