[FIX] I have improve the error message in procurement
[odoo/odoo.git] / README
diff --git a/README b/README
index 80fb470..e7639e0 100644 (file)
--- a/README
+++ b/README
@@ -1,30 +1,69 @@
-About OpenERP\r
----------------\r
-\r
-OpenERP is a free Enterprise Resource Planning and Customer Relationship \r
-Management software. It is mainly developed to meet changing needs.\r
-\r
-The main functional features are: CRM & SRM, analytic and financial accounting,\r
-double-entry stock management, sales and purchases management, tasks automation,\r
-help desk, marketing campaign, ... and vertical modules for very specific \r
-businesses.\r
-\r
-Technical features include a distributed server, flexible workflows, an object \r
-database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, ...\r
-\r
-For more information, please visit: \r
-http://www.openerp.com\r
-\r
-About Tiny.be\r
-----------------\r
-\r
-Tiny.be is a company specialising in the development of high-level applications\r
-and websites. All the company products are free software, released under the \r
-GNU GPL license. \r
-\r
-Our main products include: OpenERP (ERP & CRM for SMB), Tiny eCommerce \r
-(complete eCommerce system), OpenReport (automated generation of complex \r
-documents), Tiny Raytracer, ...\r
-\r
-For more information, please visit:\r
-http://www.tiny.be\r
+About OpenERP
+-------------
+
+OpenERP is an OpenSource/Free software Enterprise Resource Planning and
+Customer Relationship Management software. More info at:
+
+    http://www.openerp.com
+
+Installation on Debian Ubuntu
+-----------------------------
+
+Download the deb file and type:
+
+    $ sudo dpkg -i <openerp-deb-filename>
+    $ sudo apt-get install install -f
+
+Installation on Debian Ubuntu from nightly build
+------------------------------------------------
+
+Add the the apt repository
+
+    deb http://nightly.openerp.com/6.1/deb/ ./
+
+in your source.list and type:
+
+    $ sudo apt-get update
+    $ sudo apt-get install openerp
+
+Installation on RedHat, Fedora, CentOS
+--------------------------------------
+
+Install the required dependencies:
+
+    $ yum install python
+    $ easy_install pip
+    $ pip install .....
+
+Install the openerp rpm
+
+    $ rpm -i openerp-VERSION.rpm
+
+Installation on Windows
+-----------------------
+
+Installation on MacOSX
+-----------------------
+
+Setuping you first database
+---------------------------
+
+Point your browser to http://localhost:8069/ and click "Manage Databases", the
+default master password is "admin".
+
+Detailed System Requirements
+----------------------------
+
+You need the following software installed:
+
+ 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
+
+For Luxembourg localization, you also need:
+
+ pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
+