[IMP] repository cleanup
[odoo/odoo.git] / README.md
index 7b38960..6838cb9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,73 +1,48 @@
 About Odoo
 ==========
 
-Odoo is a suite of open source Business apps. More info at http://www.odoo.com
+Odoo is a suite of open source Business apps.  More info at http://www.odoo.com
 
-Installation
-============
+Evaluating Odoo
+---------------
 
-[Setup/migration guide for employees](https://github.com/odoo/odoo/blob/master/doc/git.rst)
+The easiest way to test Odoo is the free trial, NO email registration is
+required, select "skip this step" to skip it.
 
+    https://www.odoo.com/page/start
 
-Migration from bazaar
-=====================
 
-If you have existing bazaar branches and want to move them to a git repository,
-there are several options:
+Getting starting with Odoo developement
+---------------------------------------
 
-* 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
+If you are a developer type the following command at your terminal:
 
+    wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
 
-System Requirements
--------------------
+Then follow the tutorial here:
 
-The dependencies are listed in setup.py
+    https://doc.openerp.com/trunk/server/howto/howto_website/
 
+If you are an Odoo employee type the following to add the odoo-dev remote
 
-Debian/Ubuntu
--------------
+    $ cd odoo; ./odoo.py setup_git_dev
 
-Add the apt repository
 
-    deb http://nightly.openerp.com/7.0/deb/ ./
+Packages, tarballs and installers
+---------------------------------
 
-in your source.list and type:
+* Debian packages
 
-    $ sudo apt-get update
-    $ sudo apt-get install openerp
+    Add this apt repository to your /etc/apt/sources.list file
 
-Or download the deb file and type:
+        deb http://nightly.openerp.com/8.0/deb/ ./
 
-    $ sudo dpkg -i <openerp-deb-filename>
-    $ sudo apt-get install -f
+    Then type:
 
-RedHat, Fedora, CentOS
-----------------------
+        $ sudo apt-get update
+        $ sudo apt-get install odoo
 
-Install the required dependencies:
-
-    $ yum install python
-    $ easy_install pip
-    $ pip install .....
-
-Install the openerp rpm
-
-    $ rpm -i openerp-VERSION.rpm
-
-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".
+* Source tarballs http://nightly.openerp.com/
+* Windows installer http://nightly.openerp.com/
+* RPM package http://nightly.openerp.com/