X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=b020301581029f72c0f09b7e0e98515c935edd47;hb=4bcb31f7060149831a26e030e64ee54b71e456b6;hp=049ee56364813ebc85a14e682770daf1a79fc942;hpb=7a2bb307dc90d780fcef72365944110e336e395f;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index 049ee56..b020301 100644 --- a/README.md +++ b/README.md @@ -1,71 +1,57 @@ -About Odoo -========== +[![Build Status](http://runbot.odoo.com/runbot/badge/default/1/8.0.svg)](http://runbot.odoo.com/runbot) -Odoo is suite of OpenSource Business apps. More info at http://www.odoo.com +Odoo +---- -Installation -============ +Odoo is a suite of web based open source business apps. -[Setup/migration guide for employees](https://github.com/odoo/odoo/blob/master/doc/git.rst) +The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management, ... +Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get +a full-featured Open Source ERP when you install several Apps. -System Requirements -------------------- -The dependencies are listed in setup.py +Getting started with Odoo development +-------------------------------------- -For Luxembourg localization, you also need -[pdftk](http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) +If you are a developer type the following command at your terminal: -Debian/Ubuntu -------------- + wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python -Add the the apt repository +Then follow the developer tutorial - deb http://nightly.openerp.com/6.1/deb/ ./ -in your source.list and type: - $ sudo apt-get update - $ sudo apt-get install openerp +Packages, tarballs and installers +--------------------------------- -Or download the deb file and type: +* Debian packages - $ sudo dpkg -i - $ sudo apt-get install install -f + Add this apt repository to your /etc/apt/sources.list file -RedHat, Fedora, CentOS ----------------------- + deb http://nightly.odoo.com/8.0/nightly/deb/ ./ -Install the required dependencies: + Then type: - $ yum install python - $ easy_install pip - $ pip install ..... + $ sudo apt-get update + $ sudo apt-get install odoo -Install the openerp rpm + If you plan to use Odoo with a local database, please make sure to install PostgreSQL *before* installing the Odoo Debian package. - $ rpm -i openerp-VERSION.rpm +* Source tarballs -Windows -------- +* Windows installer -Check the notes in setup.py +* RPM package -Setting up your database ------------------------- -Point your browser to http://localhost:8069/ and click "Manage Databases", the -default master password is "admin". +For Odoo employees +------------------ -Migration from bazaar -===================== +To add the odoo-dev remote use this command: -If you have existing bazaar branches and want to move them to a git repository, -there are several options: + $ ./odoo.py setup_git_dev + +To fetch odoo merge pull requests refs use this command: + + $ ./odoo.py setup_git_review -* 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