This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Two errors I saw with easy fixes. on the line before automake there should be a space after make and before the / also on the end of automake there is an unnecessary /
thanks for the script, got me going!
gist has the same errors Dan
nice to see it’s been done. So how did you find the performance of OpenERP on SSD? Tried to install it on nginx+gunicorn maybe? Would you recommend migrating from other hosting services?
i just installed openerp in this Ubuntu droplet it works perfectly put i get this error when i try to create it’s database <br>" <br>Client Traceback (most recent call last): <br>File “/usr/lib/pymodules/python2.7/openerp/addons/web/http.py”, line 204, in dispatch <br>response[“result”] = method(self, **self.params) <br>File “/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py”, line 777, in create <br>params[‘create_admin_pwd’]) <br>File “/usr/lib/pymodules/python2.7/openerp/addons/web/session.py”, line 30, in proxy_method <br>result = self.session.send(self.service_name, method, *args) <br>File “/usr/lib/pymodules/python2.7/openerp/addons/web/session.py”, line 97, in send <br>raise xmlrpclib.Fault(‘AccessDenied’, openerp.tools.ustr(e)) <br> <br>Server Access denied. <br>" <br> <br>i googled it and this error means that the deb i installed didn’t configer is PostgreSQL database <br>any help? <br>thanks