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
Code Block |
---|
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.
Code Block |
---|
|
#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 |