Can I deploy Odoov8 on Heroku or OpenShift?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
3
الردود
12314
أدوات العرض
Can I deploy Odoov8 on Heroku or OpenShift?
You can deploy odoo v8 on Openshift by using the below link
Nice integration!, the same principle can be used to deploy Odoo on Heroku. It must be noted that this deployment method is limited to work with a single database, the one provisioned by OpenShift.
I can intall Odoov8 in Openshift, but in runtime, the Odoo v8 will need to access file system to create some files at run time.
The file system in Openshift is differnt than normal VM machine(s); in turn, Odoo v8 will fail to run and got some errors.
It seems like people need to modify the Odoov8 for how to acess the local file system in order to run on OpenShift or Heroku.
Someone has report issues as installing OpenERP in heroku: http://stackoverflow.com/questions/25424018/can-i-deploy-openerp-on-heroku
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل
@陳百範, I do not see any reason why not, you would just need to setup the necessary containers for handling postgresql, filesystem, python, and other dependencies.