diff --git a/README b/README deleted file mode 100644 index dd27a220635..00000000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ -About Odoo ----------- - -Odoo is suite of OpenSource Business apps. More info at: - - http://www.odoo.com - -Odoo git workflow ------------------ - - https://github.com/odoo/odoo/blob/master/doc/git.rst - diff --git a/INSTALL b/README.md similarity index 51% rename from INSTALL rename to README.md index bd277deca6b..3451bdebf4a 100644 --- a/INSTALL +++ b/README.md @@ -1,14 +1,30 @@ -About OpenERP +About Odoo +========== + +Odoo is suite of OpenSource Business apps. More info at: + + http://www.odoo.com + +Odoo git workflow +================= + + https://github.com/odoo/odoo/blob/master/doc/git.rst + +Installation +============ + +System Requirements +------------------- + +The dependencies are listed in setup.py + +For Luxembourg localization, you also need: + + pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) + +Debian/Ubuntu ------------- -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 ------------------------------ - Add the the apt repository deb http://nightly.openerp.com/6.1/deb/ ./ @@ -23,8 +39,8 @@ Or download the deb file and type: $ sudo dpkg -i $ sudo apt-get install install -f -Installation on RedHat, Fedora, CentOS --------------------------------------- +RedHat, Fedora, CentOS +---------------------- Install the required dependencies: @@ -36,37 +52,13 @@ Install the openerp rpm $ rpm -i openerp-VERSION.rpm -Installation on Windows ------------------------ +Windows +------- Check the notes in setup.py -Installation on MacOSX ------------------------ - -Setuping you first database ---------------------------- +Setting up your database +------------------------ Point your browser to http://localhost:8069/ and click "Manage Databases", the default master password is "admin". - -Detailed System Requirements ----------------------------- - -The dependencies are listed in setup.py - -For Luxembourg localization, you also need: - - pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) - -OpenERP Web ------------ - -The OpenERP Web Client supports the following web browsers: - -* Internet Explorer 9+ -* Google Chrome 22+ -* Firefox 13+ -* Any browser using the latest version of Chrome Frame - -