Getting Started

Yamel SenihNovember 9, 2022
  • Develop
  • Getting Started
  • Eclipse IDE
Less than 1 minute

For start with ADempiere you should be installed the git client, you can download it from your server repo or just refer to the Git SCM Documentationopen in new window.

The ADempiere main repository can be found in GitHubopen in new window.

Git

Note that ADempiere is completely GNU/GPL v2 or later licensed.

Choice a IDE

You are free of select your favourite IDE, the better tools for any developer is the knowledge.

Cloning the repository

The first step is clone the repo from github, you can use the follow command for it:

# Navigate to the parent directory where the repository will be placed and type the following command
git clone https://github.com/adempiere/adempiere <Optional Name>
Comments
Powered by Waline v2.6.1