Versions Compared

Key

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

...

Installing the Build Server packages 

Elevate yourself to root:

sudo -i

Create a new directory for all software to be installed:All software will be installed in a new directory /opt/akraino/

mkdir /opt/akraino

Clone the Redfish Bootstrapping Script repository for use as part of Akraino tools:

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


NEXUS_URL=https://nexus.akraino.org


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

Clone the Akraino Regional Controller repository:

## 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


Configuration