This documentation relates to last stable version of Cipango.
visit the last unstable documentation home.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

kaleo is an application framework which provides sample location (proxy/registrar) and presence services.

Running Kaleo

Build Kaleo

kaleo is located under the extras directory of your cipango sources directory. To build from the sources, follow these steps:

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

Start Kaleo

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

mvn cipango:run
  • No labels