|
3.
|
|
|
For **OpenERP Online (SaaS mode)** the installation is as simple as creating a new account on https://www.openerp.com/online. The first section in this chapter provides the answer to Frequently Asked Questions for SaaS usage.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/index.rst:11
|
|
4.
|
|
|
For **OpenERP on-site**, the installation mainly consists of installing PostgreSQL (the database engine used by OpenERP), Python (built-in on most platforms) and then installing OpenERP itself, as an all-in-one package.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/index.rst:14
|
|
5.
|
|
|
For those familiar with earlier OpenERP versions, the 6.1 series has a different architecture, and only requires the installation of a single OpenERP package.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/index.rst:17
|
|
6.
|
|
|
OpenERP GTK Client Installation
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/linux/client/index.rst:10
|
|
7.
|
|
|
The native GTK client is available as a legacy interface for users who still require it, but the recommended way to access OpenERP 6.1 is the built-in web interface.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/linux/client/index.rst:12
../../source/install/windows/client/index.rst:12
|
|
8.
|
|
|
Installing the required packages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/linux/client/index.rst:16
../../source/install/linux/server/index.rst:13
|
|
9.
|
|
|
Python 2.6 or later is required for OpenERP 6.1. It is built-in in Ubuntu version 10.04 and above. A few Python libraries are also required, as listed below.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/linux/client/index.rst:18
../../source/install/linux/server/index.rst:15
|
|
10.
|
|
|
On a Debian-based Linux distribution you can install all required dependencies with this single command::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/linux/client/index.rst:21
../../source/install/linux/server/index.rst:18
|
|
11.
|
|
|
:guilabel:`gtk` : GTK+ is a highly usable, feature-rich toolkit for creating graphical user interfaces which boosts cross-platform compatibility and an easy-to-use API. ::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/linux/client/index.rst:28
|
|
12.
|
|
|
:guilabel:`glade` : Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. ::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/install/linux/client/index.rst:32
|