Can I install OpenERP on Heroku?

Just wondering, can I deploy OpenERP (Odoo) on Heroku and use postgres as its dbms? Before you do this, do it.

Waiting for an answer.

+1
source share
2 answers

Well, actually not, but maybe.

That's why:

  • openerp requires access to the file system, and heroku (as far as I know) does not provide storage
  • Postgresql, provided as a complement to the heroku application, does not provide you with the ability to create databases (and openerp creates one database for each instance of the company).

But I think you can install it on heroku by collecting requirements through requirements.txt and providing it.

- , , openerp ( ) ( ..).

, postgresql ( , ).

PS. openerp , - - (, vps), .

, .

+4

2 , . :

https://github.com/adaptivdesign/odooku

sepulchered , .

  • , S3 /tmp Heroku.

  • : db, Odoo . AWS rdbs Heroku, db.

  • : . Odoo gevent, - Heroku.

  • : Heroku python buildpack Odoo. buildpack.

, .

+3

All Articles