install.txt [doc] Revision:   Date:
Install 
=======
1. Copy csip-lmod.war into the <TCROOT>/webapps folder

2. Check the availability of all services.
    http://<HOST>/csip-lmod

3. Check the availability of an individal service.
    http://<HOST>/csip-lmod/d/residue/1.0


Config
======
3. Check the config:
    http://<HOST>/csip-lmod/c/conf


4. Change the config (e.g. connect string)

    - create a file 'conf.json' :

       {
          "lmod.db": "jdbc:sqlserver://lmod-db:1433;databaseName=lmod_v1;user=lmod-rw;password=managements"
       }

    - POST it with some tool (e.g. curl)

       curl -X POST \
            -H "content-type: application/json" \
            -H "accept: application/json" \
            -d @conf.json \
            "http://<HOST>/csip-lmod/c/conf"