Documentation

Services

Installation


  1. GnGSmS Requires Java 1.5 or higher, so first thing is to make sure you have it installed, you can get it here
  2. Second, download GnGSmS archive file. You can find it here
  3. Uncompress the GnGSmS archive into your file system, then browse to the uncompressed directory
  4. Development Mode

    In the beginning you have to run GnGSmS in development mode, The GnGSmS configuration editor will help you to configure the application visually. In the development mode you can also run the server to test your application scenarios interactively, The changes you do on the user interface are reflected immediately on the running server.
    To run in development mode execute:
    java -jar gngsms.jar
  5. Server Mode

    After you are create the scenarios using the configuration editor, and you feel satisfied with your work, you can run GnGSmS in server mode, that is command line only mode
    To run in Server mode execute:
    java -jar gngsms.jar -s

    This will start the command line console:
    To start all services type: #start
    To stop all services type: #stop
    To quit the console:#quit

Note: You can develop your scenarios visually on your workstation, then copy the configuration files to the server installation where you start the server in server mode.