Versions Compared

Key

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

...

Start all elements

On Microsoft windows

...

  1. Go to your installation directory
  2. Execute the file: startLittleIMS.bat

...

titlestart littleIMS.bat

...

On Linux

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

Running from source

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:

...