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 56 and Version 57 of Old/WiMAX/02


Ignore:
Timestamp:
Oct 17, 2013, 10:32:17 AM (11 years ago)
Author:
davide
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/02

    v56 v57  
    368368Installing the Wimaxrf software
    369369
    370 This installation is meant to work with OMF 5.4 on Ubuntu 12.04
     370This installation is meant to work with OMF 5.4 on Ubuntu 9.04 and 12.04
    371371
    3723721. Run the following commands as root.
    373 
    374     cd /usr/share/omf-aggmgr-5.4/omf-aggmgr
    375     git clone https://github.com/gpauusa/wimaxrf.git ogs_wimaxrf
    376     cd /etc/omf-aggmgr-5.4/enabled
    377     ln -s ../available/wimaxrf.yaml
    378 
    379 2. Copy the attached config file to /etc/omf-aggmgr-5.4/available/wimaxrf.yaml.
    380 
    381 3. Install the following gems in the omf directory.
    382 
    383     data_mapper
    384 
    385     dm-sqlite-adapter
    386 
    387     net-scp
    388 
    389     net-ssh
    390 
    391     oml4r
    392 
    393     open4
    394 
    395     rparsec
    396 
    397     rufus-scheduler
    398 
    399     snmp
    400 
    401         using command:
    402 
    403         GEM_HOME=/usr/share/omf-aggmgr-5.4/gems/1.8/ gem install --no-rdoc --no-ri <name_of_the_gems>
    404 
    405     Before installing dm-sqlite-adapter, make sure you have libsqlite3-dev installed using command:
    406 
    407     sudo apt-get install libsqlite3-dev
     373{{{
     374cd /usr/share/omf-aggmgr-5.4/omf-aggmgr
     375git clone https://github.com/gpauusa/wimaxrf.git ogs_wimaxrf
     376cd /etc/omf-aggmgr-5.4/enabled
     377ln -s ../available/wimaxrf.yaml
     378}}}
     379
     3802. Copy the attached config file to `/etc/omf-aggmgr-5.4/available/wimaxrf.yaml`.
     381
     3823. Install the following gems in the OMF directory.
     383{{{
     384data_mapper
     385dm-sqlite-adapter
     386net-scp
     387net-ssh
     388oml4r
     389open4
     390rparsec
     391rufus-scheduler
     392snmp
     393}}}
     394    using command:
     395{{{
     396GEM_HOME=/usr/share/omf-aggmgr-5.4/gems/1.8/ gem install --no-rdoc --no-ri <gems>
     397}}}
     398
     399    Before installing dm-sqlite-adapter, make sure you have libsqlite3-dev installed. You can install it using:
     400{{{
     401sudo apt-get install libsqlite3-dev
     402}}}