Launchpad automatic translations update.
[odoo/odoo.git] / README
diff --git a/README b/README
index a6fe10c..e7639e0 100644 (file)
--- a/README
+++ b/README
 About OpenERP
 -------------
 
-OpenERP is a free Enterprise Resource Planning and Customer Relationship 
-Management software. It is mainly developed to meet changing needs.
+OpenERP is an OpenSource/Free software Enterprise Resource Planning and
+Customer Relationship Management software. More info at:
 
-The main functional features are: CRM & SRM, analytic and financial accounting,
-double-entry stock management, sales and purchases management, tasks automation,
-help desk, marketing campaign, ... and vertical modules for very specific 
-businesses.
+    http://www.openerp.com
 
-Technical features include a distributed server, flexible workflows, an object 
-database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, ...
+Installation on Debian Ubuntu
+-----------------------------
 
-For more information, please visit: 
-http://www.openerp.com
+Download the deb file and type:
 
-OpenERP Quick Installation Guide
----------------------------------
+    $ sudo dpkg -i <openerp-deb-filename>
+    $ sudo apt-get install install -f
 
-This file contains a quick guide to configure and install the OpenERP server.
+Installation on Debian Ubuntu from nightly build
+------------------------------------------------
 
-Required dependencies:
----------------------
+Add the the apt repository
 
-You need the following software installed:
-
-    * Python 2.5 or 2.6
-    * Postgresql 8.2 or above
-    * Psycopg2 python module 
-    * Reportlab pdf generation library for python
-    * lxml python module
-    * pytz python module
-    * PyYaml python module (install with: easy_install PyYaml)
-
-Some dependencies are only required for specific purposes:
-
-for rendering workflows graphs, you need:
-    * graphviz
-    * pyparsing
-
-For Luxembourg localization, you also need:
-    * pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
-
-for generating reports using non .jpg images, you need:
-    * Python Imaging Library for python
-
-For Debian-based distributions, the required packages can be installed with the 
-following command:
-
-  #> apt-get install -y postgresql graphviz python-psycopg2 python-lxml python-tz python-imaging
+    deb http://nightly.openerp.com/6.1/deb/ ./
 
-For Fedora 
-if they are not installed, install:
-python and postgresql
+in your source.list and type:
 
-uses yum or you can recover required packages on fedora web site in "core" or "extra" repository :
-postgresql-python
-python-lxml
-python-imaging
-python-psycopg2
-python-reportlab
-graphviz
-You can find pyparsing at http://pyparsing.sourceforge.net/ 
+    $ sudo apt-get update
+    $ sudo apt-get install openerp
 
-1. Check that all the required dependencies are installed.
+Installation on RedHat, Fedora, CentOS
+--------------------------------------
 
-2. Launch the program "python ./bin/openerp-server.py -r db_user -w db_password --db_host 127.0.0.1".
-See the man page for more information about options.
+Install the required dependencies:
 
-3. Connect to the server using the GUI client. And follow the instructions to create a new database.
+    $ yum install python
+    $ easy_install pip
+    $ pip install .....
 
-Installation Steps
-------------------
+Install the openerp rpm
 
-1. Check that all the required dependencies are installed.
+    $ rpm -i openerp-VERSION.rpm
 
-2. Create a postgresql database.
+Installation on Windows
+-----------------------
 
-The default database name is "terp". If you want to use another name, you
-will need to provide it when launching the server (by using the commandline
-option --database).
+Installation on MacOSX
+-----------------------
 
-To create a postgresql database named "terp" using the following command:
-    $ createdb --encoding=UNICODE terp
+Setuping you first database
+---------------------------
 
-If it is the first time you use postgresql you might need to create a new user
-to the postgres system using the following commands (where myusername is your
-unix user name):
+Point your browser to http://localhost:8069/ and click "Manage Databases", the
+default master password is "admin".
 
-    $ su -
-    # su - postgres
-    $ createuser openerp
-    Shall the new user be allowed to create databases? (y/n) y
-    Shall the new user be allowed to create more new users? (y/n) y
-    CREATE USER
-    $ logout
-    # logout
+Detailed System Requirements
+----------------------------
 
-3. Launch service daemon by "service openerp-server start".
-
-The first time it is run, the server will initialise the database with all the default values.
-
-4. Connect to the server using the GUI client.
-
-There are two accounts by default:
-    * login: admin, password:admin
-    * login: demo, password:demo
-
-Some instructions to use setup.py for a user-install.
-This file should/will be moved on a proper documentation place later.
-
-
-- Possibly clean any left-over of the previous build.
-  > rm -rf dist openerp_server.egg-info
-
-- Possibly copy the addons in the server if we want them to be packaged
-  together:
-  > rsync -av --delete \
-    --exclude .bzr/ \
-    --exclude .bzrignore \
-    --exclude /__init__.py \
-    --exclude /base \
-    --exclude /base_quality_interrogation.py \
-    <path-to-addons> openerp/addons
+You need the following software installed:
 
-- Create the user-local directory where we want the package to be installed:
-   > mkdir -p /home/openerp/openerp-tmp/lib/python2.6/site-packages/
+ postgresql-client, python-dateutil, python-feedparser, python-gdata,
+ python-ldap, python-libxslt1, python-lxml, python-mako, python-openid,
+ python-psycopg2, python-pybabel, python-pychart, python-pydot,
+ python-pyparsing, python-reportlab, python-simplejson, python-tz,
+ python-vatnumber, python-vobject, python-webdav, python-werkzeug, python-xlwt,
+ python-yaml, python-zsi
 
-- Use --prefix to specify where the package is installed and include that
-  place in PYTHONPATH:
-  > PYTHONPATH=/home/openerp/openerp-tmp/lib/python2.6/site-packages/ \
-    python setup.py install --prefix=/home/openerp/openerp-tmp
+For Luxembourg localization, you also need:
 
-- Run the main script, again specifying the PYTHONPATH:
-  > PYTHONPATH=/home/openerp/openerp-tmp/lib/python2.6/site-packages/ \
-    /home/openerp/openerp-tmp/bin/openerp-server
+ pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)