OpenERP Installation Guide
OpenERP Setup Tour! From Installation to Production. [Complete Details] Using this blog you will be able to install the complete package of OpenERP thanks to my colleague Anup Chavda. ( http://anupdchavda.blogspot.com/ ) You can use the GTK client and also the Web client as well. Installing OpenERP on Linux Install all the python packages in the system. You can have the following packages installed manually by running all the commands manually on the terminal. sudo apt-get install python-matplotlib sudo apt-get install python2.6-pyparsing sudo apt-get install python2.6-imaging sudo apt-get install python-psycopg2 sudo apt-get install python-libxslt1 sudo apt-get install python-libxml2 sudo apt-get install graphviz sudo apt-get install postgresql-8.4 sudo apt-get install pgadmin3 sudo apt-get install python-lxml sudo apt-get install mx44 sudo apt-get install python-reportlab sudo apt-get install pytho
Comments
$ ./openerp-server --addons-path=../addons,../web/addons --load=web
[2011-10-26 17:32:41,070][?] INFO:server:OpenERP version 6.1dev
[2011-10-26 17:32:41,071][?] INFO:server:addons paths: /Users/adsoft/OpenObject/OpenERP-v6/trunk/addons,/Users/adsoft/OpenObject/OpenERP-v6/trunk/web/addons
[2011-10-26 17:32:41,071][?] INFO:server:database hostname: localhost
[2011-10-26 17:32:41,071][?] INFO:server:database port: 5432
[2011-10-26 17:32:41,072][?] INFO:server:database user: pgsql
[2011-10-26 17:32:41,072][?] INFO:web-services:starting NET-RPC service on 0.0.0.0:8070
[2011-10-26 17:32:41,073][?] INFO:server:Starting 1 services
[2011-10-26 17:32:41,080][?] WARNING:wsgi:Werkzeug module unavailable, falling back to wsgiref.
[2011-10-26 17:32:41,082][?] ERROR:root: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 "./openerp-server", line 237, in
__import__(m)
ImportError: No module named web
[2011-10-26 17:32:41,083][?] INFO:server:OpenERP server is running, waiting for connections...
[2011-10-26 17:32:41,084][?] INFO:wsgi:HTTP service (wsgiref) running on 0.0.0.0:8069
It seems that your server is running with the error so you can try by installing pos module.
[2011-11-07 23:26:21,161][?] ERROR:root: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 "/usr/bin/openerp-server", line 237, in
__import__(m)
File "/home/chosco/openerp/addons/web/__init__.py", line 1, in
import common
File "/home/chosco/openerp/addons/web/common/__init__.py", line 2, in
import http
File "/home/chosco/openerp/addons/web/common/http.py", line 23, in
import werkzeug.wsgi
ImportError: No module named wsgi
[2011-11-07 23:26:21,161][?] ERROR:root: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 "/usr/bin/openerp-server", line 237, in
__import__(m)
File "/home/chosco/openerp/addons/web/__init__.py", line 1, in
import common
File "/home/chosco/openerp/addons/web/common/__init__.py", line 2, in
import http
File "/home/chosco/openerp/addons/web/common/http.py", line 23, in
import werkzeug.wsgi
ImportError: No module named wsgi
sudo apt-get install python-werkzeug
did you start oepnerp server with --addons-path=addons,web_addons paths?
Can you give me the download link pos-web because I downloaded two version and it does not work yet
Thank you
Can you give me the download link OpenERP because I downloaded two version and it does not work yet
Arigato
bzr+ssh://bazaar.launchpad.net/~openerp/openobject-addons/trunk/
Web client path
bzr+ssh://bazaar.launchpad.net/%2Bbranch/openerp-web/
bzr+ssh://bazaar.launchpad.net/~openerp/openobject-addons/trunk/
I tried bzr branch or bzr pull and it doesn't work
Thank you
You can use this command to get branch without ssh key.
Addons:
bzr branch lp:openobject-addons
Server:
bzr branch lp:openobject-server
Web Client:
bzr branch lp:openerp-web
thank you
-Satwik
my interest in openerp 6.1 like others is for the touch pos. i installed the nightly build (server 10-12) web (12-12). there are quite a few bugs still. Can you suggest any release stable enough for deployment. I need to setup within our business.
-Satwik
-Satwik
I'm actually working on OpenERP and POS module is really interesting for me i would like to use it so i installed the new version of openerp 6.1 but it seems non stable because i created the database but when i try to login an error is appeared
"Unknown locan 'en'"
It will be helpful for me if you can guide me please
You can run server with LANG=C as command line argument to take default locale settings.
does POS module is available in stable version of openERP 6.0