Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Go to your installation directory
  2. Ensure that the file $HOME/.cipangorc is correctly set (see Installing littleIMS)
  3. Execute ./startLittleIMS.sh

...

littleIMS can be running from source folders using the maven-cipango-plugin

To start a component, go to the corresponding module and execute mvn cipango:run.
For instance to start the HSS, execute:

...