Table of Contents
Download, install VMware Player--free
Download image files from Baidu Cloud
Build VMS
Running VMS
Visit openerp
Update code to latest
??
??
Download, install VMware Player--free (back to Top)
??
Vmware player can download from Baidu Cloud
Http://pan.baidu.com/s/1mgj0ZPY
??
Installation not described
??
download image files from Baidu Cloud (back to Top)
??
Http://pan.baidu.com/s/1mgj0ZPY
??
The version of VM running is ubuntu 12.04
sudo user openerp password 0
odoo installation directory is /opt/openerp/server, If you need to run the latest version of the code, please overwrite this directory directly and run the Odoo Database upgrade instructions.
??
??
Build VMS (back to Top)
??
Open the VMware play software
??
Select Open Virtual Machine
??
Switch to the directory where the image files are saved,
??
??
Select odoo.ovf file to open
??
??
Select Import
??
??
Import takes some time
??
......
??
??
After the import is complete
??
running VMS (back to Top)
??
Click the Play Virtual Machine button
??
The virtual machine starts running
??
If VMware player prompts for updates, ignore them
??
When the boot is complete , make a note of the IP address displayed
??
Visit OpenERP (back to Top)
??
Enter the IP address that the server obtains in the browser, prompting to create a new database
??
??
At this point, the installation is complete.
??
update code to latest (back to Top)
??
Web Access Odoo GitHub page
??
Select the branch you need to download, then click on the Download Zip button on the right to download the code
??
or download Odoo 8.0 directly using the link below
Https://github.com/odoo/odoo/archive/8.0.zip
??
Login to Linux system, user name openerp password 0 "0"
??
$ cd ~
$ wget Https://github.com/odoo/odoo/archive/8.0.zip
$ unzip 8.0.zip
$ cd/opt/openerp/server
$ RM-RF *
$ cp-r ~/odoo-8.0/.
$ python openerp-server-c. /openerp-server.conf-u all--stop-after-init-d DB name
??
The steps above to complete the upgrade to the latest code
??
Running the Linux version of OPENERP using VM VMS