Merge branch 'upstream/saas-5' into saas-5
[odoo/odoo.git] / README.md
index 45ac7ee..c400772 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,73 +1,52 @@
-About Odoo
-==========
+Odoo
+----
 
-Odoo is suite of open source Business apps. More info at http://www.odoo.com
+Odoo is a suite of web based open source business apps.  More info at http://www.odoo.com
 
-Installation
-============
+The easiest way to play with it is the <a href="https://www.odoo.com/page/start">Odoo free trial</a>, email registration is NOT required, use the "skip this step" link on the registration page to skip it.
 
-[Setup/migration guide for employees](https://github.com/odoo/odoo/blob/master/doc/git.rst)
 
+Getting started with Odoo developement
+--------------------------------------
 
-Migration from bazaar
-=====================
+If you are a developer type the following command at your terminal [1]:
 
-If you have existing bazaar branches and want to move them to a git repository,
-there are several options:
+    wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
 
-* download http://nightly.openerp.com/move-branch.zip and run it with
-  `python move-branch.zip -h` (for the help). It should be able to convert
-  simple-enough branches for you (even if they have merge commits &al)
-* Extract the branch contents as patches and use `git apply` or `git am` to
-  rebuild a branch from them
-* Replay the branch by hand
+Then follow <a href="https://doc.openerp.com/trunk/server/howto/howto_website/">the developer tutorial</a>
 
+[1] You may want to check the content of the <a href="https://raw.githubusercontent.com/odoo/odoo/master/odoo.py">odoo.py file</a> before executing it.
 
-System Requirements
--------------------
 
-The dependencies are listed in setup.py
+Packages, tarballs and installers
+---------------------------------
 
+* Debian packages
 
-Debian/Ubuntu
--------------
+    Add this apt repository to your /etc/apt/sources.list file
 
-Add the apt repository
+        deb http://nightly.openerp.com/8.0/deb/ ./
 
-    deb http://nightly.openerp.com/7.0/deb/ ./
+    Then type:
 
-in your source.list and type:
+        $ sudo apt-get update
+        $ sudo apt-get install odoo
 
-    $ sudo apt-get update
-    $ sudo apt-get install openerp
+* <a href="http://nightly.openerp.com/">Source tarballs</a>
 
-Or download the deb file and type:
+* <a href="http://nightly.openerp.com/">Windows installer</a>
 
-    $ sudo dpkg -i <openerp-deb-filename>
-    $ sudo apt-get install -f
+* <a href="http://nightly.openerp.com/">RPM package</a>
 
-RedHat, Fedora, CentOS
-----------------------
 
-Install the required dependencies:
+For Odoo employees
+------------------
 
-    $ yum install python
-    $ easy_install pip
-    $ pip install .....
+To add the odoo-dev remote use this command:
 
-Install the openerp rpm
+    $ ./odoo.py setup_git_dev
 
-    $ rpm -i openerp-VERSION.rpm
+To fetch odoo merge pull requests refs use this command:
 
-Windows
--------
-
-Check the notes in setup.py
-
-
-Setting up your database
-------------------------
-
-Point your browser to http://localhost:8069/ and click "Manage Databases", the
-default master password is "admin".
+    $ ./odoo.py setup_git_review