X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=README.md;h=c400772c2ba2f5edee8dd51276622b1c0be97c5c;hb=a3cf66def1264905dd0d010d34ff42de64b58f9b;hp=552831c63c7d77de52541748effca0dff8e9f618;hpb=4b4b452cad279004bb22a9dde9d1b2d9e16a0879;p=odoo%2Fodoo.git diff --git a/README.md b/README.md index 552831c..c400772 100644 --- 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 Odoo free trial, 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 the developer tutorial +[1] You may want to check the content of the odoo.py file 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 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 +* Source tarballs -Or download the deb file and type: +* Windows installer - $ sudo dpkg -i - $ sudo apt-get install install -f +* RPM package -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