- Install and configure required tools (mongodb, solr, keycloak)
- Create infrastructure for bioface core - as
root
run scriptinstall.sh
. This script create bioface user, basic directory structure, start script for bioface system and systemd service file for bioface system - Copy
application.properties.template
to/opt/bioface/etc/application.properties
. Verify and optionally edit this file. - Copy application .jar file to
/opt/bioface/lib/bioface.jar
- Start application via service. As
root
runsystemctl start bioface
- Verify application status via
systemctl status bioface
- (Optionally) Set autostart for bioface service. As
root
runsystemct enable bioface
- Stop application via
systemctl stop bioface
- Copy new application .jar file to
/opt/bioface/lib/bioface.jar
- Verify if there is a need to edit
application.properties
. If so edit it. - Start application via
systemctl start bioface
- Verify application status via
systemctl status bioface