Spin Contribution: LVE Payment Request: How To Install

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
Logo erp.png

Contribution Scope

Show how to install the contribution to Payment Request into ADempiere... Enjoy it.

Using Source Code

  • Clone project with Mercurial from http://hg.code.sf.net/p/lveeft/lve-eft
  • Set your Java Build Path and make your project dependent from LVE-EFT project.
  • Generate the jar file.
  • Copy your jar file within ADEMPIERE_HOME/packages/lib.
  • Copy the folder located within the LVE-EFT/packages/ project within ADEMPIERE_HOME/packages/... you see some as ADEMPIERE_HOME/packages/LVE-EFT/lib/LVE-EFT.jar.
  • Run file RUN_Setup.sh for Linux or RUN_Setup.bat for Windows.

Note: For now is compatible with ADempiere 370

Apply Migrations Script

  • From Eclipse IDE edit the file postgresql.properties located within LVE-EFT/migration and set connection values.
  • Run the xml file located within LVE-EFT/migration/postgresql as Ant Build.
  • Wait for this.
  • Login into ADempiere as System.
  • Run Process Sequence check.
  • LogOut and Login as Garden and run Process Update Role.
  • LogOut and Login.

Enjoy It