Giter Club home page Giter Club logo

vahidelyasi / platformtm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dsi-icl/platformtm

0.0 1.0 0.0 498 KB

PlatformTM translational informatics platform focused on management of the data pipeline between data collection and data analysis in the translational medicine research life-cycle. It provides a standards compliant data custodian environment for the standardisation, integration and harmonisation of translational medicine data

License: MIT License

Dockerfile 68.69% Shell 31.31%

platformtm's Introduction

PlatformTM-docker

The purpose of this project is to provide a straightforward way of deploying a full PlatformTM stack through docker-compose.

Prerequisites

We assume you already have installed docker-engine on your server. Furthermore we assume you have checked out the master branches of the PlatformTM repository including its two submodules PlatformTM-server and PlatformTM-web.

Usage

The docker-compose.yml file contains all configuration related to linking the services and mounting files into the containers. Assuming you have completed the prerequisites, it should be sufficient to run docker-compose up -d in this directory to start the complete PlatformTM stack. Point your browser to localhost:8889 to connect to the frontend.

The containers are configured to restart automatically unless stopped explicitly. This means the PlatformTM stack will start up on system start up, and services will restart automatically should they crash due to whatever reason. You can follow the log messages of the containers by running docker-compose logs -f. Using the -f option makes sure compose 'follows' the log output as new messages are logged.

Configuration

Nginx is used to serve the static files of the frontend. The same Nginx server is used as a proxy to the backend through the /api/v1/ location. By default, the frontend is served through port 8889. You can modify this by locating the ports section in the ptm-web section of docker-compose.yml. Change the value of 8889 to your preferred port.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.