Getting Started
November 9, 2022
- Develop
- Getting Started
- Eclipse IDE
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 Documentation.
The ADempiere main repository can be found in GitHub.
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>