ltiv1p1 v1.0-alpha Release Notes
Release Date: 2017-02-04 // about 8 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