Git Product home page Git Product logo

app-molgenis-fair's Introduction

MOLGENIS BIBBOX application with FDP extension

This container can be installed as BIBBOX APP or standalone.

After the installation follow these instructions

Hints

  • approx. time with medium fast internet connection: 15 minutes
  • initial user/password: admin / <set during instalations>

Install within BIBBOX

Within BIBBOX you can use the BIBBOX to install a lot of software tools. After the installation is finished you can start your application in the dashboard.

Install Environment Variables

  • ADMIN_PASSWORD = admin user password

The default values for the standalone installation are:

  • ADMIN_PASSWORD = admin

Finally, set up FDP: instructions

Docker Images Used

Standalone Installation

To install the app locally execute the commands:

  • Clone the git repository:
    • git clone https://github.com/bibbox/app-molgenis.git
  • Change the current directory to app-molgenis:
    • cd app-molgenis/
  • Create the directories data/home/molgenis, data/var/lib/postgresql/data, data/usr/share/elasticsearch/data and data/minio/data:
    • mkdir -p data/home/molgenis
    • mkdir -p data/usr/share/elasticsearch/data
    • mkdir -p data/var/lib/postgresql/data
    • mkdir -p data/minio/data
  • Copy the file backend.conf to ./data/backend.conf:
    • cp backend.conf data/backend.conf
  • Change the permission of the directory ./data:
    • chmod -R 777 data
  • Create the docker network bibbox-default-network:
    • docker network create bibbox-default-network
  • Run docker-compose up in the root folder of the project:
    • docker-compose up -d
  • Alternatively on a Linux system run the bash script intsall.sh after cloning and change the working directory to the git repository directory.
  • Set up Fair Data Point: instructions

After the installation (might take a few minutes) open http://localhost in your browser to access Molgenis. The default admin login is user:admin/pw:admin, this can be changed in docker-compose.yml.

Mounted Volumes

  • ./data/backend.conf
  • ./data/home/molgenis
  • ./data/var/lib/postgresql/data
  • ./data/usr/share/elasticsearch/data
  • ./data/minio/data

app-molgenis-fair's People

Contributors

jungwire avatar catarinalopesdias avatar nitspat avatar paultorke avatar pacific89 avatar

Watchers

Robert Reihs avatar  avatar Heimo Müller avatar  avatar

Forkers

pacific89

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.