View source | Discuss this page | Page history | Printable version   

Installation/Custom/Mercurial Clone

Mercurial Clone


Openbravo source code is only available for Openbravo Customers. To get access please contact Openbravo support.

After getting the access you need to first install the Mercurial client.

Once the Mercurial client is installed, move to the directory to which you want to check out the source code.

We recommend to use /opt/OpenbravoERP as default path. That is not technically required but to standardize the location across installations.

It is important to have all files owned by the correct user which is used to compile openbravo as explained before in the Tomcat section.

To check out the latest source code tag, type the command:

sudo su -
# Create folder with correct owner
mkdir /opt/OpenbravoERP
chown openbravo: /opt/OpenbravoERP
 
# Clone source code from repo with correct user
su - openbravo
cd /opt/OpenbravoERP
hg clone <Openbravo Code URL> . 
hg up 3.0PR23Q3


Retrieved from "http://wiki.openbravo.com/wiki/Installation/Custom/Mercurial_Clone"

This page has been accessed 31,446 times. This page was last modified on 26 September 2023, at 09:15. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.