ltiv1p1 v1.0-alpha Release Notes

Release Date: 2017-02-04 // about 7 years ago
  • qua-kit binaries pack

    ๐Ÿง These binaries allow to run qua-kit under linux and windows.
    The site runs at http://localhost:3000.
    ๐Ÿ The binaries were build under Ubuntu 16.04 x64 and on Windows 10 x64.

    Requirements

    The siren service is based on PostgreSQL database and its extension PostGIS.
    ๐Ÿ— This means that to build and run the service, you need to install those.
    On Ubuntu 16.04 I am using following command for this purpose:

      sudo apt-get install postgresql postgis
    

    ๐Ÿ“ฆ Currently, postgresql package refers to postgresql-9.5,
    ๐Ÿ“ฆ postgis package refers to postgresql-9.5-postgis-2.2.

    ๐Ÿ On windows I use an installer at
    https://www.enterprisedb.com/downloads/postgres-postgresql-downloads

    Setting up a database

    On Ubuntu run a script setup-sirendb.sh as a user with postgres rights, e.g.:

    sudo -u postgres ./setup-sirendb.sh
    

    ๐Ÿ On Windows run a script setup-sirendb.bat.

    โš™ Running on Ubuntu

    The following command run everything in separate unix threads

    ./qua-server &
    ./helen &
    sleep 1
    ./siren &
    ./multi-parametric-service &
    sleep 1
    

    To stop everithing in the same manner, just type:

    killall helen
    killall qua-server
    

    ๐Ÿ Running on Windows

    Just run all four applications in a given order by clicking on them.

    1. helen.exe
    2. qua-kit.exe
    3. siren.exe
    4. hs-example-service.exe