Code Monkey home page Code Monkey logo

docker-openclinica's Introduction

docker-openclinica

Dockerfile of OpenClinica

This Dockerfile is an auto build of Docker Hub.

Installation

docker pull wnameless/openclinica

[Important] Rebuild with following Dockerfile before you run this image:

FROM wnameless/openclinica

# The datainfo.properties contains all the configurations of OpenClinica
# Please fill up your proper configurations first
# You can find the template in this git repo
COPY datainfo.properties /usr/local/tomcat/webapps/OpenClinica/WEB-INF/classes/datainfo.properties

[Optional] If you have your own i18n files, you can replace the default one by adding:

# The i18n folder should contains all the OpenClinica i18n files
COPY i18n /usr/local/tomcat/webapps/OpenClinica/WEB-INF/classes/org/akaza/openclinica/i18n

Start openclinica with openclinica-db:

docker pull wnameless/openclinica-db
docker network create openclinica-nw
docker run -d --name openclinica-db --net openclinica-nw openclinica-db
docker run -d --name openclinica --net openclinica-nw -p 8080:8080 your_openclinica_image_name

See also OpenClinica DB image

docker-openclinica's People

Contributors

wnameless avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

leosfan

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.