Versions Compared

Key

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

This page documents how to get CLAMP up and running on a local machine and also how to get CLAMP loaded and set up in an IDE. We may use the information on this page as input for a page in the CLAMP documentation.

Checking out and building CLAMP

  1. Check CLAMP out of its repo

    Code Block
    languagebash
    git clone "https://gerrit.onap.org/r/clamp"


  2. Change into the "clamp" directory
  3. Build CLAMP

    Code Block
    languagebash
    mvn clean install

      You may get the following error (See

    Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keyCLAMP-944
    )

    Code Block
    languagebash
    [ERROR] DOCKER> I/O Error [[docker.io/python:2-slim] "python": Timeout after 120088 ms while waiting on tcp port '[/172.17.0.3:8080]']

    If so, then run the following command to skip integration tests

    Code Block
    languagebash
    mvn clean install -DskipITs