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

Installation/Appliance/Launch appliance

Launch Appliance



Warning.png   This document is still a work in progress. It may contain inaccuracies or errors.
Bulbgraph.png   This document refer to the current appliances with Ubuntu. If you are using the OLD appliances with rPath go here



Contents

Openbravo Appliance for testing

Once VMware or VirtualBox is installed and ready to be used, the next step is to download the Openbravo Appliance. You can do get it from the Openbravo downloads page.

The file will look something like this:


You can now extract the files somewhere in your machine.

Launch VMware appliance

  1. Run VM Player.
  2. Click on File -> Open Virtual Machine and select the vmx file you have uncompressed.
  3. After boot you can login in the testing appliance

This is a typical image of the appliance while booting:

Appliance-ubuntu-vmware-boot.png

Launch VirtualBox appliance

  1. Run VirtualBox
  2. Click on New to open the wizard.
  3. Set a name for the virtual machine, for example Openbravo Appliance. Select Linux as the Operating system and and Ubuntu as the Version.
    Appliance-ubuntu-virtualbox-name.png
  4. Next, set at least 1536MB of memory to the virtual machine.
    Appliance-ubuntu-virtualbox-ram.png
  5. Afterwards select as the disk the .vmdk file you have previously uncompressed.
    Appliance-ubuntu-virtualbox-disk.png
  6. And that's it! You can now finish the wizard. Before we can start the virtual machine there's a network related setting we have to tweak. Select the virtual machine and click on Settings. Then select Network at the left navigation panel and set the Attached to combo box to Bridged Adapter.
    Appliance-ubuntu-virtualbox-bridged.png
  7. And that's all. You can close the Settings page and Start the virtual machine.
  8. After the boot process finish, you can login in Openbravo or connect to the appliance by ssh.

Openbravo Appliance for production

The recommended form of installation for production is using the ISO-image (either 32 or 64 bits) which can be used to install on:

The Openbravo Appliance is based on the Ubuntu Server 12.04 LTS (Long Term Support) release, which means that it should work wherever Ubuntu Server does.

Select architecture and download

As a general rule for production the 64 bits architecture should be used. The exception are servers with few RAM (2-4 GB) that optionally can select the 32 bits architecture.

The next step is to download the Openbravo Appliance, you can get it from the Openbravo downloads page.

The file will look something like this, depending on the option you've chosen:


NOTE: The ISO image is too big to fit on a standard CD-ROM. If you cannot use the file directly a DVD-ROM maybe required.

Install Openbravo with the ISO

Bulbgraph.png   IMPORTANT: The absolute minimum memory needed for the Openbravo Appliance is 1.5 GB, recommended 4 GB or more.
  1. Optional: burn the ISO into a DVD-ROM or a USB stick
  2. Boot the system using the ISO.
  3. At the boot prompt you will be asked to select a language.
  4. Optional: Check the CD-ROM for defects, this will check that the ISO was downloaded without errors and the CD-ROM created correctly.
  5. Select 'Install Openbravo Appliance'.
  6. The installer asks for which language it should use for the to be installed system. Afterwards, you are asked to select your location.
  7. Next, the installation process begins by asking for your keyboard layout. You can ask the installer to attempt auto-detecting it, or you can select it manually from a list.
  8. The installer then discovers your hardware configuration, and configures the network settings using DHCP. If you do not wish to use DHCP at the next screen choose "Go Back", and you have the option to "Configure the network manually".
  9. Next, the installer asks for the system's hostname and Time Zone.
  10. You can then choose from several options to configure the hard drive layout. In case of doubt, keep the default options here. For advanced disk options see Advanced Installation.
  11. The Ubuntu base system including the Openbravo ERP is then installed.
  12. Select where to install grub, In most cases leave the default.

Openbravo login and ssh connection

The following message is displayed at the end of the boot process:

Welcome to Openbravo Appliance

Openbravo URL http://<IP_ADDRESS>
Openbravo login Openbravo/openbravo

Ubuntu login openbravo/openbravo

Ubuntu login:

For access to Openbravo you can point your web browser to http://<IP_ADDRESS>, the default user is 'Openbravo' and default password 'openbravo'.

For connecting by ssh to the appliance follow this guide.

NOTE: The username is Openbravo, with an uppercase O. The password is openbravo, with a lowercase o. The system is case-sensitive, and you need to type both data elements correctly to access it.

NOTE: Have you got "http://" without an IP address? This tutorial assumes there's DHCP in your local network. If there's not see the how to configure an IP manually.

Configuration of ssh for production machines

Access by ssh with user and password is ok if the machine is on a local network or if it is a testing instance. But for production this authentication method is not secure enough.

It is highly recommended that for production servers you reconfigure your server to only allow ssh access with public key authentication.

To do this you need to create a key, then add it to your machine, test that it works and then disable that the password authentication.

Retrieved from "http://wiki.openbravo.com/wiki/Installation/Appliance/Launch_appliance"

This page has been accessed 83,188 times. This page was last modified on 16 April 2013, at 12:54. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.