/KBPlusG5

Grails5 Port of KBPlus

Primary LanguageGroovyApache License 2.0Apache-2.0

KBPlusG5

A Grails5 Port of KBPlus

Documentation

See additional documentation from the original project wiki https://github.com/k-int/KBPlus/wiki

prerequisites:

opendk 17 or corretto 17

docker and docker compose

Local Development

See dev/README.md

Deploy To apache tomcat

Build

./gradlew clean build -x integrationTest

Deploy

scp ./build/libs/kbplus-8.0.0-SNAPSHOT.war IP:/tmp
ssh IP
cd /srv/kbplus/apache-tomcat-9.0.73/webapps#
../bin/shutdown.sh
rm -Rf ./test2*
cp /tmp/kbplus-8.0.0-SNAPSHOT.war ./test2.war
../bin/startup.sh

Testing notes

Grails command to run for the test env

grails -Dgrails.env=test run-app

Ubuntu 2204+

notes