Code Monkey home page Code Monkey logo

idempiere-plugin-deployer's Introduction

Quick reference

iDempiere Plugin Deployer

This tool allows you connect to iDempiere's OSGI platform and deploy a plugin, it's useful for continuous integration platforms.

Before to start

Installing dependencies:

apt-get install telnet expect

Bash

Usage:

Display this help message:
            ./deployer
            ./deployer -h
Show plugins list:
            ./deployer.sh ss -h <host> -p <port>
Show plugin's id:
            ./deployer.sh id -h <host> -p <port> -n <name>
Show plugin's status:
            ./deployer.sh status -h <host> -p <port> -n <name>
Deploy a plugin:
            ./deployer.sh deploy -h <host> -p <port> -n <name> -l <level> -j <jar>

Example:

./deployer.sh deploy -h 127.0.0.1 -p 12612 -n com.ingeint.template -l 5 -j /plugins/com.ingeint.template-7.1.0-SNAPSHOT.jar

Docker

Usage:

Display this help message:
            docker run -it --rm --network host idempiere-deployer
            docker run -it --rm --network host idempiere-deployer -h
Show plugins list:
            docker run -it --rm --network host idempiere-deployer ss -h <host> -p <port>
Show plugin's id:
            docker run -it --rm --network host idempiere-deployer id -h <host> -p <port> -n <name>
Show plugin's status:
            docker run -it --rm --network host idempiere-deployer status -h <host> -p <port> -n <name>
Deploy a plugin:
            docker run -it --rm --network host idempiere-deployer deploy -h <host> -p <port> -n <name> -l <level> -j <jar>

Example:

docker run -it --rm --network host idempiere-deployer deploy -h 127.0.0.1 -p 12612 -n com.ingeint.template -l 5 -j /plugins/com.ingeint.template-7.1.0-SNAPSHOT.jar

idempiere-plugin-deployer's People

Contributors

ocurieles avatar sauljabin avatar josecmojap 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.