Selasa, 15 Oktober 2013

Memasang OpenERP pada Ubuntu 12.04 Guest melalui VirtualBox

Memasang OpenERP pada Ubuntu 12.04 Guest dengan VirtualBox


  1. Install VirtualBox on your host pc (the one you are using now). Refer to https://www.virtualbox.org/wiki/Downloads

  2. Enable bridge network (Select Network Adapter | adapter 1 | enable network adapter attached to bridged adapter)

  3. Install ubuntu 12.04, select OpenSSH server and PostgreSQL databases during installation setup. To download Ubuntu, see http://www.ubuntu.com/download/desktop

  4. Upon successful installation of Ubuntu as guest on VirtualBox, input this in Terminal:

cd /tmp

wget http://www.stewartstacey.com/files/scripts/install_fresh_openerp.sh

chmod +x install_fresh_openerp.sh

sudo ./install_fresh_openerp.sh

Please take a note on any userid / password prompt

The script will do the following:

  1. Update the Ubuntu installation with all new updates and patches.

  2. Install all necessary Python library dependencies for OpenERP 7.0

  3. Download the latest build of OpenERP 7.0 all-in-one .deb file

  4. Install OpenERP 7.0

  1. Set eth0 as static, set IP address and gateway on the same host network (Check your host network setting first). If your host IP address is 192.168.1.3, then guest IP address can be 192.168.1.4, and set gateway to 192.168.1.1. Don't forget to restart network.

  2. Now, you can open the OpenERP via http:0.0.0.0:8069

  3. Similarly, you can open the OpenERP from host pc via http:192.168.1.3:8069

  4. That's it.


Tidak ada komentar:

Posting Komentar