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
If you are going to work with iDempiere development version (a.k.a 11) please execute:
cd $HOME/sources/idempiere git checkout master
If you are going to work with iDempiere version 10:
cd $HOME/sources/idempiere git checkout release-10
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 ⇒