Download the Code
⇐ Table of Contents | Install Development Prerequisites | Download the Code | Setting up Eclipse ⇒
Cloning iDempiere
iDempiere sources are hosted at GitHub, you can download the complete project with:
cd $HOME/sources git clone https://github.com/idempiere/idempiere.git
Please replace $HOME/sources with the folder where you wish to download the whole sources, at least 3 GB are required. Make sure the name of the folder doesn't contain spaces.
Set the working version
master
If you are going to work with iDempiere development version (a.k.a 12) please execute:
cd $HOME/sources/idempiere git switch master
release-11
If you are going to work with iDempiere version 11:
cd $HOME/sources/idempiere git switch release-11
Keeping up to date
When you want to synchronize your local clone with GitHub again you can do it with:
cd $HOME/sources/idempiere git pull
This How-To is brought to you by Carlos Ruiz from BX Service GmbH. Feel free to improve directly or suggest using the Discussion tab.
⇐ Table of Contents | Install Development Prerequisites | Download the Code | Setting up Eclipse ⇒