Note: This website is built using Gradle 6.9.2.
gradle build -t & gradle tomcatRun
Go to http://localhost:8080/kea3. If you encounter some issues re-running it, run gradle --stop before building.
Update the version on the compose file and run the following
bash build.sh
helm install kea3web maayanlab/docker-compose -f <(docker-compose config) -n kea3web --create-namespace
helm upgrade kea3web maayanlab/docker-compose -f <(docker-compose config) -n kea3web
helm template kea3web maayanlab/docker-compose -f <(docker-compose config) -n kea3web