Download Tips

From iDempiere en

This page can contain obsolete information, iDempiere moved to git on github

Tips for Downloading the iDempiere Source Code

Normally you download the code by using mercurial

hg clone https://bitbucket.org/idempiere/idempiere idempiere

bad connection

If you got low speed or failed when connect to https://bitbucket.org (This happens often in China), here are the steps to follow:

 $ unzip -d /app/idempiere idempiere_hgrepo_v2.0.zip
  • Step 3: pull changes from the specified source
 $ cd /app/idempiere // Replace with your folder ...
 $ hg pull -u 
  • Now, you get the codes up to date.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.