Git Product home page Git Product logo

aroundbika's Introduction

aroundBika

AngularJS interface and REST webservice in front of BikaLims

Requirements

You need docker-engine and docker-compose

Docker images

Docker images are available at these registries:

AngularJS interface and REST webservice: https://quay.io/repository/crs4/aroundbika

Plone server with Bika Lims plugin: https://hub.docker.com/r/gmauro/bikaplone/

iCAT server using local postgresql: https://hub.docker.com/r/gmauro/boxed-irods/

iCommands client: https://hub.docker.com/r/gmauro/icommands/

Quick start

Clone the repository: git clone https://github.com/crs4/aroundbika

Cd into the docker directory: cd aroundbika

Pull containers images fro the hub: ./dcomp.sh pull

Do the first setup of iRODS: ./dcomp.sh run irods /irods_first_setup

Configure iRODs account for a rodsuser (default username: iuser): ./dcomp.sh run irods /irods_config

Bring up the containers: ./dcomp.sh up -d

Point your browser to: http://localhost:8080 and install the Bika plugin

then point your browser to: http://localhost:8081 and login to AngularJS interface in front of BikaLims

How to use iRODS icommands

Open a bash shell into the icommands container: docker exec run -ti icommands /bin/bash

Init the iRODS environment of the user: iinit

Default values

Plone

user: admin password: admin

iRODS

iRODS version: 4.1.8 iRODS service account: irods iRODS zone: tempZone iRODS port: 1247 iRODS admin: rods iRODS user: iuser password: irods123

PostgresSQL

db host: localhost db port: 5432 db name: ICAT db user: irods password: irods123

Using this repository

Start by cloning the official repository:

git clone https://github.com/crs4/aroundbika

Since the repository makes use of submodules, you first need to initialize all the submodules:

cd aroundbika git submodule update --init

Alternatively, with version 1.6.5 of git and later, you can pass the --recursive option to git clone and initialize all submodules:

git clone --recursive https://github.com/crs4/aroundbika

aroundbika's People

Contributors

gmauro avatar ratzeni avatar

Watchers

 avatar

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.