You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Table of Contents

Installation

Installation Prerequisites

  • Java 8
  • node.js v0.10.x
  • graphviz v2.36.0 or later (only needed if you want to view the directed graph image in the dgbuilder).
  • Maven

Installation Instructions

If node.js isn't installed run the below commands

sudo apt-get install -y nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node

Clone the project from gerrit move into the git repository folder. Then create a release and start it.

#clone from gerrit
git clone http://[linux_id]@gerrit.onap.org/r/a/sdnc/oam
cd oam
cd dgbuilder
./createReleaseDir.sh "releaseName" "name" "emailId" "gitLocalRepositoryFullPath"
./start.sh releaseName



UNDER_CONSTRUCTION (more steps to follow)

  • No labels