Code Monkey home page Code Monkey logo

orr-instance-template's Introduction

orr-instance-template

This small repository is a template intended to facilitate the set-up of a brand new ORR instance.

Only requirements on your target machine are Docker Engine and Docker Compose. If your target machine is MacOS or Windows, you only need to have Docker Engine installed as it includes Docker Compose.

With this template you can focus on the needed configuration and let Docker take care of pulling the service images and launching your ORR instance.

The more detailed install documentation is available at https://mmisw.org/orrdoc/install/. In a nutshell, the steps are:

Get the template

Download the latest template version from https://github.com/mmisw/orr-instance-template/releases, expand the tarball or zip file on your target machine and cd to the home directory there.

Or, if you have a Git client:

  git clone https://github.com/mmisw/orr-instance-template.git myORR
  cd myORR
  rm -rf .git

Environment variables

setenv.sh can be used to define a number of environment variables that are used in later steps:

  • Edit setenv.sh to review and adjust the variables as needed.
  • On the command line, "source" setenv.sh to expose the variables to the environment: $ source setenv.sh

Configuration

  • Edit config/orront.conf, which is the master configuration for your ORR instance.
  • Optionally, edit config/orrportal.config.js.
  • Optionally, edit config/notifyemails.

Launching

docker-compose.yml specifies the services comprising the ORR system. No changes are typically needed in this file unless otherwise indicated in ORR documentation, release notes, or other communications.

Launch the ORR system:

  docker-compose up -d

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.