ltiv1p1 v1.0-alpha Release Notes
Release Date: 2017-02-04 // about 6 years ago-
qua-kit binaries pack
🐧 These binaries allow to run qua-kit under linux and windows.
The site runs athttp://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 topostgresql-9.5
,
📦postgis
package refers topostgresql-9.5-postgis-2.2
.🏁 On windows I use an installer at
https://www.enterprisedb.com/downloads/postgres-postgresql-downloadsSetting up a database
On Ubuntu run a script
setup-sirendb.sh
as a user with postgresrights
, 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.
- helen.exe
- qua-kit.exe
- siren.exe
- hs-example-service.exe