Giter VIP home page Giter VIP logo

orbeon-wrapper's Introduction

Orbeon Wrapper Docs

Orbeon-Wrapper platform, this creates a Java wrapper around Orbeon intended to customise the look and actions of the orbeon form runner and builder

Local Development

Requirements

You must have access to this GitHub repo and the additional dependencies below (If any)

  • Docker >= 20.10.7
  • Docker compose >= 1.29.2
  • JDK == 11.0.14 used to build war archives for deployment

Additional Requirements

How to run this platform

  • Pull from github
git clone https://github.com/blueronin/orbeon-wrapper
  • run the project
cd orbeon-wrapper
docker-compose up
  • This will start containers (orbeon, orbeon-db, orbeon-wrapper) running on docker network orbeon_network
  • The wrapper will be available on http://localhost:4569/orbeon-wrapper
  • Orbeon will be available on http://localhost:4569/orbeon

Deployment Details and setup

Building for development or production.

  • we utilize gradle properties to set active profiles at build time.
  • Archives are build with a profile depending on the target environment.

Three profiles available from which to choose from (local|dev|prod)

To start the build run::

./gradlew -Pprofile=<profile> clean bootWar # profile can be one of local|dev|prod

The built archive is located under build/libs/orbeon.wrapper-<version>.war

Note

  • version # This is set in build.gradle.kts Eg: 0.0.1-<profile>
  • This then creates a war archive in the format orbeon.wrapper-0.0.1-dev.war

Create a release/Tag on GitHub and attach the war archive as an artifact/asset, rename the asset to orbeon-wrapper-<profile>.war

The Deployment process to respective environments is handled by the setup-scripts

orbeon-wrapper's People

Contributors

reiosantos avatar

Watchers

 avatar  avatar  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.