Skip to Content
Menu
This question has been flagged
2 Replies
18808 Views

Hi i would like to host Openerp/Odoo in production server. Now i m using Godaddy Hosting for my websites. But it is difficult to run Odoo there.

My Questions are

1) Who is the best Hosting provider which supports Odoo other than themselves?
2) I would like to know which OS is good for hosting not for developing?
3) Can i use Openerp Bitnami instances in other hosting servers?
4) Can i use muliple Odoo instances in same server with different db with different url's?
5) What are the skills needed to successfully deploy Odoo on servers?
6) Any Indian Hosting Company officialy Supports Odoo in its servers?
7) Is there any document available related to server deployments?
8) What is the minimum python, postgres versions needed in servers for Odoo 7 and 8?
9) How can we backup databases on server automatically after some particular period?
10) How can i run Odoo with mulitple workers? Because i m using prestashop with Odoo.
11) Is there a official init script to keep my servers running all day?

Hi Kindly Note: These are all beginners questions. Provide some answers related to questions. Dont say go to that website and purchase those connector for prestashop [Previous Experience on this forum]. Odoo is community driven development. Some quality developers now working on github for Odoo. So dont spoil Odoo's Community forum's name. Thanks.
 


 


 

 

Avatar
Discard
Best Answer

A lot of these questions are really open-ended and/or subjective, please read this forum's guidelines.

 

  1.  
  2. GNU/Linux is better supported.
  3.  
  4. Yes: How-do-I-use-openERP-with-multiple-domains-on-single-server.
  5.  
  6. It depends on what you mean by "officially supported". Probably not.
  7. Yes, just use Google. Keep in mind that you could find some oudated guides, always look at the date and try to avoid old (3+ years) ones.
  8. Any currently supported versions of Python and PostgreSQL work
  9. You have a lot of options, see this question and its answers. See also this presentation at the 2014 OpenDays about barman, which seems a pretty cool utility.
  10. You have the --workers option in openerp-server. See this question and odony's answer
  11. Yes, you can find it in your odoo directory/debian/openerp.init
Avatar
Discard

great concise answer(s) :) thanks

Best Answer

I can help with some of your questions.

You can use Odoo either hosted through OpenERP SA themselves, another provider or host it yourself. Keep in mind that you need to subscribe for "official support" from Odoo but there is nothing requiring you to do this to use the software. You could host it on your own server or on a cloud server.

I have implemented Odoo on both Linux and Windows. Honestly I don't find either better than the other for Odoo. Both have everything you need to run Odoo.

You could use Bitnami's instances, however I have found them to be very unreliable and prefer to install the OS, Python and Postgresql myself

Backups can be easily done with a script to dump your Postgresql databases somewhere. This is where all your Odoo data is stored.

This is a pretty good guide to installing Odoo on Ubuntu Linux - http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github/

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 24
1568
1
Apr 19
3303
7
Dec 18
7693
1
May 15
8588
1
Dec 24
79