Skip to content

Commit

Permalink
[IMP] repository cleanup
Browse files Browse the repository at this point in the history
- move packaging stuff to setup
- remove historical stuff
- remove oe, odoo-cmd-fme will be merged with the convered commands
- add an odoo.py script to run odo and boostrap it
- simplify README
- prepare to move documentation to the github wiki
  • Loading branch information
antonylesuisse committed May 29, 2014
1 parent 045ecc6 commit d4624fa
Show file tree
Hide file tree
Showing 93 changed files with 183 additions and 6,852 deletions.
File renamed without changes.
75 changes: 25 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/

95 changes: 0 additions & 95 deletions checkout.sh

This file was deleted.

34 changes: 0 additions & 34 deletions doc/adding-command.rst

This file was deleted.

40 changes: 0 additions & 40 deletions doc/commands.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ OpenERP Server
form-view-guidelines
ir_actions

OpenERP Command
'''''''''''''''

.. toctree::
:maxdepth: 1

openerp-command.rst
commands.rst
adding-command.rst

OpenERP Server API
''''''''''''''''''

Expand Down
66 changes: 0 additions & 66 deletions doc/openerp-command.rst

This file was deleted.

Loading

0 comments on commit d4624fa

Please sign in to comment.