GithubHelp home page GithubHelp logo

rhodie27 / orcs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ocopea/orcs

0.0 1.0 0.0 9.71 MB

Ocopea orchestrator, UI and dependencies

License: Other

Go 3.65% Java 48.45% Shell 0.01% Python 0.24% JavaScript 42.84% HTML 0.16% CSS 4.66% Gherkin 0.01%

orcs's Introduction

Ocopea Orcs

Description

The Ocopea orcs component contains all the codebase for building the orchestration components of Ocopea and the orcs Docker image. Visit the Ocopea extensions for platform specific installation instructions.

Learn More:

Repository Components

API Spec

How to use

The Orcs repository contains codebase for several independent microservices and components that can be built separately. It is however recommended to build the project as a whole at least once in order to populate the local maven repository with latest versions of all libraries. The project is using maven, so in order to build, clone the repo and use the mvn command.

Pre-requisites

  • maven 3.2.5
  • JDK8

How-to-build

$ git clone https://github.com/ocopea/orcs.git
$ cd orcs
$ mvn clean install

Once the project is built, development of each service can be done separately using maven from the component folder. For example, for building the Site microservice and running all Site tests:

$ cd site
$ mvn clean install

In order to build a Docker image containing the local code, use the deployer/orcs-docker-image project:

$ cd deployer/orcs-docker-image
$ mvn clean install
$ cd target/docker
$ ./buildImage.sh

This will build the orcs Docker image (ocopea/orcs-k8s-runner) locally on the Docker machine that your Docker client is using.

Contribution

Quality

Every pull request must pass the following:

  1. Code checkstyle must be enforced (use the "checkstyle" maven profile to validate)
  2. Unit tests of each modified module must pass
  3. Integration tests must pass. to run the integration tests build the "deployer" module using maven

orcs's People

Contributors

shpandrak avatar vjtirumalai avatar rpellows avatar mrmccarthy avatar

Watchers

Michael Rhodes 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.