odoo/README.md

49 lines
1.1 KiB
Markdown
Raw Normal View History

About Odoo
==========
Odoo is a suite of open source Business apps. More info at http://www.odoo.com
Evaluating Odoo
---------------
2014-05-15 08:43:02 +00:00
The easiest way to test Odoo is the free trial, NO email registration is
required, select "skip this step" to skip it.
2014-05-16 06:43:08 +00:00
https://www.odoo.com/page/start
Getting starting with Odoo developement
---------------------------------------
If you are a developer type the following command at your terminal:
wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
Then follow the tutorial here:
https://doc.openerp.com/trunk/server/howto/howto_website/
If you are an Odoo employee type the following to add the odoo-dev remote
$ cd odoo; ./odoo.py setup_git_dev
2014-05-15 08:43:02 +00:00
Packages, tarballs and installers
---------------------------------
2014-05-15 08:43:02 +00:00
* Debian packages
2014-05-15 08:43:02 +00:00
Add this apt repository to your /etc/apt/sources.list file
2014-05-15 08:43:02 +00:00
deb http://nightly.openerp.com/8.0/deb/ ./
2014-05-15 08:43:02 +00:00
Then type:
2014-05-15 08:43:02 +00:00
$ sudo apt-get update
$ sudo apt-get install odoo
2014-05-15 08:43:02 +00:00
* Source tarballs http://nightly.openerp.com/
* Windows installer http://nightly.openerp.com/
* RPM package http://nightly.openerp.com/
2014-05-16 06:43:08 +00:00