Skip to content

LeanStudyHost: A minimalist software solution to manage medical image based studies

Notifications You must be signed in to change notification settings

TIO-IKIM/LeanStudyHost

Repository files navigation

Lean Study Host

This is the official repository for "Lean Study Host: Towards an Automated Pipeline for Multi-Center Study Hosting" scheduled to be presented on HICSS.

Third Party Software

This project take use of software developed by other parties.

Preliminaries

Install

  1. clone the repo
  2. docker-compose up -d --force-recreate --remove-orphans
  3. Observe the startup process and access http://localhost:8090

Tear Down

To stop the environment and remove all data

docker-compose down -v --remove-orphans

Deploy for Development

There is a specific docker-compose.develop.yml to introduce some development specific features using docker-compose overrite mechanism.

!!! DO NOT USE FOR PRODUCTION !!!

At the moment, the docker-compose override introduces:

  • hot reloading of the django container

To enable Deploy for Development add an .env file with the following content to the cloned repo:

COMPOSE_FILE=docker-compose.yml:docker-compose.develop.yml

Disclaimer

This project is intended for educational and informational purposes only and still work in progress. It relies on a series of fragile components and assumptions, any of which may break at any time. It is not FDA approved and should not be used to make medical decisions.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

LeanStudyHost: A minimalist software solution to manage medical image based studies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages