Skip to content

MaayanLab/KEA3web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KEA3

Note: This website is built using Gradle 6.9.2.

Running Locally

gradle build -t & gradle tomcatRun

Go to http://localhost:8080/kea3. If you encounter some issues re-running it, run gradle --stop before building.

Deployment

Update the version on the compose file and run the following

bash build.sh

HELM

install

helm install kea3web maayanlab/docker-compose -f <(docker-compose config) -n kea3web --create-namespace 

update

helm upgrade kea3web maayanlab/docker-compose -f <(docker-compose config) -n kea3web 

helm template kea3web maayanlab/docker-compose -f <(docker-compose config) -n kea3web 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5