close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 27 and Version 28 of dSite/c0OMF


Ignore:
Timestamp:
Apr 9, 2015, 2:28:02 PM (9 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/c0OMF

    v27 v28  
    55=== Configure Apt Repository ===
    66
    7 To begin we'll need to add the repositories (ORBIT and MyTestbed) to the list of sources that our console will pull packages from. This is done by running the follwing commands.
     7To begin we'll need to add the repositories (ORBIT and !MyTestbed) to the list of sources that our console will pull packages from. This is done by running the follwing commands.
    88
    99'''Note: It is assumed that you have root access and can run these commands as root if needed'''
    1010
    11 To install ORBIT repositories gpg-key into the consoles key-ring:
     11To install ORBIT and !MyTestbed repositories gpg-keys into the consoles key-ring and dwonload the source lists for them execute the following commands (as root) on the console:
     12 * for 12.04 ('''precise'''):
    1213{{{
    1314wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add -
     15wget -qO - http://download.opensuse.org/repositories/devel:tools:mytestbed:stable/xUbuntu_12.04/Release.key | sudo apt-key add -
     16echo 'deb http://packages.orbit-lab.org/ubuntu trusty main' >> /etc/apt/sources.list.d/orbit.list
     17echo 'deb http://download.opensuse.org/repositories/devel:/tools:/mytestbed:/stable/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/oml2.list
    1418}}}
    15 Next we download the source list for this repository.
     19 * for 14.04 ('''trusty'''):
    1620{{{
    17 wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list
     21wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add -
     22wget -qO - http://download.opensuse.org/repositories/devel:tools:mytestbed:stable/xUbuntu_12.04/Release.key | sudo apt-key add -
     23echo 'deb http://packages.orbit-lab.org/ubuntu trusty main' >> /etc/apt/sources.list.d/orbit.list
     24echo 'deb http://download.opensuse.org/repositories/devel:/tools:/mytestbed:/stable/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/oml2.list
    1825}}}
    19 Similarly, we add the MyTestbed keys and repositories:
    20 {{{
    21 wget -qO - http://download.opensuse.org/repositories/devel:tools:mytestbed:stable/xUbuntu_12.04/Release.key | sudo apt-key add -
    22 echo 'deb http://download.opensuse.org/repositories/devel:/tools:/mytestbed:/stable/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/oml2.list
    23 
    24 }}}
    25 Once we have these changes in place, we need to update the repository list via
     26Once we have these changes in place, we need to update the repository list by executing:
    2627{{{
    2728apt-get update