Coder Social home page Coder Social logo

idempiere-dev-setup's Introduction

Linux scripts to setup new iDempiere Development environment

Pre-requisite

  • Maven.
  • Git.
  • Docker (optional, for installation of postgresql server).
  • JDK 17 (optional since Eclipse is now bundle with JRE 17).

Usage

  • Clone or download to a folder.
  • If you want to install and run postgresql docker container image, make sure your current login user has the necessary permission to run docker (https://www.baeldung.com/linux/docker-run-without-sudo).
  • Run source completion.bash to turn on auto completion for bundle shell scripts.
  • Run ./setup.sh --help to get help on options available.

What it does

  • Clone idempiere source and run Maven build.
  • Download and setup Eclipse JEE 2023-06.
  • Create new workspace in the cloned idempiere folder and import all projects into the workspace.
  • Set target platform and build the workspace.
  • Setup connection properties (idempiere.properties) and jetty server (jettyhome).
  • If DB doesn't exists yet, import iDempiere db.
  • If DB exists, apply migration scripts.
  • You should have a ready to run Eclipse workspace after the completion of the script.

Scripts

  • Use --help option to get help in available options.
  • setup.sh is the main entry point to invoke other scripts.
  • docker-postgres.sh - script to install and run postgres 15.3 docker container image.
  • eclipse.sh - script to start Eclipse IDE.
  • setup-db.sh - script to setup DB connection propertis (idempiere.propertis), jetty server (jettyhome) and import iDempiere seed database (if DB does not exists) or apply migration scripts (if DB exists).
  • setup-ws.sh - setup idempiere workspace, set target platform.

idempiere-dev-setup's People

Contributors

hengsin avatar d-ruiz avatar a42niem 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.