This question has been flagged
3244 Views

Hi, this is my first post. I have been asked to install openERP 7 but the server I have available is an Ubuntu 10.04 . I have searched through this community but lots of people seemed to be able to pull it out with ubuntu 12.04. Lots of fingers seem to point to theopensourcerer.com but there is only posts on openERP 6 on ubuntu 10.04. I have also not been able to find a substantial resource on google.com either.

Kindly point me to an updated tutorial if it's possible to install openERP 7 on ubuntu 10.04. If it's not, kindly let me know to I re-strategise

EDIT:

I have followed the www.theopensourcerer.com/2012/12/how-to-install-openerp-7-0-on-ubuntu-12-04-lts/) tutorial but it seems I got stuck with the error below:

  2014-03-06 19:35:54,372 14586 INFO ? openerp: OpenERP version 7.0-20140306-001044
  2014-03-06 19:35:54,372 14586 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
  2014-03-06 19:35:54,372 14586 INFO ? openerp: database hostname: localhost
  2014-03-06 19:35:54,372 14586 INFO ? openerp: database port: 5432
  2014-03-06 19:35:54,372 14586 INFO ? openerp: database user: openerp
  2014-03-06 19:35:54,427 14586 CRITICAL ? openerp.modules.module: Couldn't load module web
  2014-03-06 19:35:54,428 14586 CRITICAL ? openerp.modules.module: No module named wsgi
  2014-03-06 19:35:54,428 14586 ERROR ? openerp.service: Failed to load server-wide module `web`.
  The `web` module is provided by the addons found in the `openerp-web` project.
   Maybe you forgot to add those addons in your addons_path configuration.
   Traceback (most recent call last):
    File "/opt/openerp/server/openerp/service/__init__.py", line 60, in load_server_wide_modules
openerp.modules.module.load_openerp_module(m)
    File "/opt/openerp/server/openerp/modules/module.py", line 405, in load_openerp_module
__import__('openerp.addons.' + module_name)
    File "/opt/openerp/server/openerp/modules/module.py", line 133, in load_module
mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
    File "/opt/openerp/server/openerp/addons/web/__init__.py", line 1, in <module>
import http
    File "/opt/openerp/server/openerp/addons/web/http.py", line 32, in <module>
import werkzeug.wsgi
    ImportError: No module named wsgi 
    2014-03-06 19:35:54,437 14586 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
    2014-03-06 19:35:54,437 14586 INFO ? openerp: OpenERP server is running, waiting for connections...

I have added addons_path=/opt/openerp/server/openerp/addons/ to the configuration file in the /etc/openerp_server.conf

Avatar
Discard

Is it going to be a production server? Is it under-powered? If the answer to both is NO, then I'd very strongly recommend you get KVM going, install Ubuntu 14.04 in a virtual machine, and then install OpenERP in that. That's my configuration, and I know it works. Plus, you get the other benefits of virtualization I mention here: http://help.openerp.com/question/45826/uncaught-typeerror-cannot-read-property-prototype-of-null/?answer=45831#post-id-45831