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:
- Step 1: Download the packed source code from https://sourceforge.net/projects/idempiere . For example, the latest one is idempiere_hgrepo_v2.0.zip
- Step 2: Extract the file to your folder, example:
$ 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.