i2b2-tranSMART / i2b2transmart-quick-start

Apache License 2.0
6 stars 2 forks source link

Fractalis Major Update #9

Closed sherzinger closed 6 years ago

sherzinger commented 6 years ago

This is a major update of Fractalis back-end, front-end, and transmart-fractalis

IMPORTANT: Please create a new transmartApp image with the newest transmart-fractalis code before merging this PR. Otherwise things will break.

burtbeckwith commented 6 years ago

The latest war in artifactory (transmart-18.1-20180806.141930-2.war) includes the most recent transmart-fractalis changes, so this is ready to merge

sherzinger commented 6 years ago

Please do not merge this yet. I'll wait for the email thread to be resolved, so I can properly test this with docker.

burtbeckwith commented 6 years ago

transmart-18.1-20180807.141544-1.war is available with the GSP fix

recursethis commented 6 years ago

Sascha, if you would like to test this build locally, you can build it locally and update the .env file with the new version, for example

$ cd docker-images/i2b2transmart
$ docker build -t dbmi/i2b2transmart:release-18.1-beta-new-version ./
$ cd ../deployments/i2b2transmart/quickstart
# update .env and quickstart.env values
# follow deploy instructions
$ docker-compose up -d db
# wait for database to load
$ docker-compose up -d