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 24 and Version 25 of dSite/c0OMF


Ignore:
Timestamp:
Dec 11, 2014, 6:41:49 PM (9 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/c0OMF

    v24 v25  
    1 == Install OMF Services and Dependencies ==
     1== Install OMF/OML Services and Dependencies ==
    22
    33[[TOC(WiMAX/dSite*)]]
     
    55=== Configure Apt Repository ===
    66
    7 To begin we'll need to add the Orbit apt repository to the list of sources that our console will pull packages from. This is done by running the follwing two 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 The first installs the orbit repositories gpg-key into the consoles key-ring.
     11To install ORBIT repositories gpg-key into the consoles key-ring:
    1212{{{
    1313wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add -
    1414}}}
    15 Next we download the source list for the repository.
     15Next we download the source list for this repository.
    1616{{{
    1717wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list
     18}}}
     19Similarly, we add the MyTestbed keys and repositories:
     20{{{
     21wget -qO - http://download.opensuse.org/repositories/devel:tools:mytestbed:stable/xUbuntu_12.04/Release.key | sudo apt-key add -
     22echo 'deb http://download.opensuse.org/repositories/devel:/tools:/mytestbed:/stable/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/oml2-apps.list
     23
    1824}}}
    1925Once we have these changes in place, we need to update the repository list via