Versions Compared

Key

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

...

  1. Open a command prompt window and navigate to your cipango root directory
  2. Go to the kaleo framework directory and build it:
    Code Block
    cd extras/kaleo
    mvn install
    

test kaleo

Integration tests can be run with the command:

Code Block
cd extras/kaleo
mvn install -Ditest

Start Kaleo

To start kaleo, copy the generated sip application (located under the target directory of kaleo) to your cipango application deployment directory or start directly the application from the kaleo directory with the maven cipango plugin:

...