Installation/Custom/Download Tarball
|
The Openbravo source tarball is only available for Openbravo customers. To get access please contact Openbravo support.
The file is just used during the installation and not later on so can be downloaded into i.e. the /tmp directory.
To unpack it 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.
sudo su - # download sources and put file into /tmp folder # uncompress sources cd /tmp tar xvf openbravo-3.0PR23Q3.tar.xz # move them to target folder and change owner to correct user mv /tmp/Openbravo-3.0PR23Q3 /opt/OpenbravoERP chown openbravo: -R /opt/OpenbravoERP
If you are using Windows, make sure you uncompress this file with a tool capable of managing long file names, like 7-zip. Using 7-zip is the recommended option for Windows users.