Skip to content

k-int/KBPlusG5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KBPlusG5

Grails5 Port of KBPlus

prerequisites:

Deploy

Build

./gradlew clean build -x integrationTest
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