onos icon indicating copy to clipboard operation
onos copied to clipboard

add onosinstallhelper.sh

Open muzixing opened this issue 10 years ago • 2 comments

ONOSInstallHelper

This is a automatic installation script for install ONOS on Ubuntu 12.04+.

To make installation easiest. This helper script which should get all dependencies and download, build, and install ONOS.

Dependences

  • zip(for unzipping files)
  • python-software-properties(for add-apt-repository)
  • karaf
  • maven

The directory of karaf and maven is /root/Applications

Install

git clone https://github.com/muzixing/onosinstallhelper.git
cd onosinstallhelper
sudo ./onosinstallhelper.sh

we can intall specified version ONOS by set the _version in script. The default verion is 1.0.

Note: This script has only been tested on Ubuntu 12.04 LTS.

Contributor

muzixing avatar Nov 03 '15 02:11 muzixing

We are using Gerrit for review instead of Github.

https://gerrit.onosproject.org

Code submission guideline is here. https://wiki.onosproject.org/display/ONOS/Contributing+to+the+ONOS+Codebase

oshothebig avatar Dec 01 '15 18:12 oshothebig

@muzixing they don't accept pull request from GitHub, you'll need to register an account on http://onosproject.org/register/, follow the steps here: https://wiki.onosproject.org/display/ONOS/Sample+Gerrit+Workflow and send your patch to gerrit.onosproject.org

PeterDaveHello avatar Dec 16 '16 08:12 PeterDaveHello