forked from odoo/odoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
1 parent
045ecc6
commit d4624fa
Showing
93 changed files
with
183 additions
and
6,852 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.