Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Elevate yourself to root:

sudo -i

Create a new directory for all software to be installed:

...

## Download the latest Regional_controller artifacts from LF Nexus ##
 
mkdir -p /opt/akraino/region


NEXUS_URL=https://nexus.akraino.org


curl -L "$NEXUS_URL/service/local/artifact/maven/redirect?r=snapshots&g=org.akraino.regional_controller&a=regional_controller&v=0.0.2-SNAPSHOT&e=tgz" tar -xozv -C /opt/akraino/region

...

At this point there will be two new directories where the cloned NC artifacts have been created.

ls /opt/akraino/

redfish  region

This completes the installation of the build server.