This question has been flagged
3 Replies
18787 Views

Hi ,

I tried to install odoo in ubuntu 12.10 use git hub .But Its not completed .I faced lot of issues when i install odoo.Please provide me the right steps for installing odoo in windows  7and ubuntu..need a help

Thanks in advance

Avatar
Discard
Best Answer

Hi

Installing Odoo in Windows 7 is very basic. The only (small) issue we ever encountered resulted from the existence of an older OpenERP version. Since a PostgreSQL database is used to store all data, you both have to uninstall the old OpenERP version as well as the PostgreSQL database server. After uninstalling the PostgreSQL database server however, there are still two additional steps you need to take.

  1. Remove the PostgreSQL data folder for OpenERP
  2. Remove the (Windows) service user account openpgsvc

Especially this last step is important if you ever want to install a newer version of Odoo. If not, you might have some issue with your new Odoo installation.

Full source: http://odorials.com/tutorials/general/how-to-start-using-odoo/

Ps: In the tutorial we used Odoo 7.0, however all steps should be the same for Odoo 8. (If this should not be the case, please leave a note and we'll have a look at it.)

Avatar
Discard

Hello! I am trying to install Odoo 8 over Windows 7 x64... I follow your steps correctly, but when I enter localhost:8069 in Firefox I get: Internal Server Error. The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. I try to install it over XP x32 but I get "server not encountered" error...

Best Answer

NOTE: You can edit both the commands and the script (see http://pastebin.com/ZbwJpL5h) to install V7 or V8 as you wish. My whole answer is for installing Odoo V7 or V8 on Ubuntu. You can download all Odoo versions, including for Windows, here: https://www.odoo.com/page/download

 

Manual installation without auto-start:

1.    sudo apt-get update
2.    sudo apt-get upgrade
3.    sudo apt-get install git
4.    sudo apt-get install graphviz ghostscript postgresql-client \
python-dateutil python-feedparser python-matplotlib \
python-ldap python-libxslt1 python-lxml python-mako \
python-openid python-psycopg2 python-pybabel python-pychart \
python-pydot python-pyparsing python-reportlab python-simplejson \
python-tz python-vatnumber python-vobject python-webdav \
python-werkzeug python-xlwt python-yaml python-imaging
5.    sudo apt-get install gcc python-dev mc bzr python-setuptools python-babel \
python-feedparser python-reportlab-accel python-zsi python-openssl \
python-egenix-mxdatetime python-jinja2 python-unittest2 python-mock \
python-docutils lptools make python-psutil python-paramiko poppler-utils \
python-pdftools antiword postgresql
6.    sudo -u postgres createuser -s odoo
7.    Install Odoo version: (version 8 is under https://github.com/odoo/odoo/tree/8.0)
wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
8.    cd odoo/
9.    ./openerp-server

Start Odoo server:
1. Cd Odoo/
2. ./openerp-server

 

Automatic install script with automatic booting after startup:

1. sudo nano odoo_install.sh
2. Add following lines of code: http://pastebin.com/ZbwJpL5h (note this script is made by André Schenkels, credit to him.)
3. Sudo chmod +x odoo_install.sh
4. Execute the file to auto-install: ./odoo_install.sh
5. After this is done do a reboot: sudo shutdown -r now
You will now see Odoo starts automaticly!

Avatar
Discard
Best Answer

First of all you must know that 12.10 version of Ubuntu is no longer support by Canonical, You should not use this environement for professional use... I recommend to upgrade on 14.04 LTS. 

If you still want to install it on 12.10 Google is probably your best friend, many blog have already answer this question. For your need you could use this video : https://www.youtube.com/watch?v=5jRC27vbhN4 

For Windows 7 all the instruction are there https://doc.odoo.com/install/windows/

You can also use the official documentation on https://doc.odoo.com/ You have all the answer for Linux(Ubuntu) and the Windows 7 installation.

 

Avatar
Discard
Author

Thanks for ur answers but I want to install openerp version 8.0 not 7.0 version.you answer for 7.0 versions .......thx..

Ho sorry, I read to quickly Still..., I don't think you gonna find any easy installation step for 12.10 version of Ubuntu. You can try the upper tutorial to install your postgree environement and try this step to install Odoo 8 on your environement : http://statephil.blogspot.ca/2014/04/how-to-install-openerp-8-on-ubuntu-lts.html . It'll be much more easier to have support if you Upgrade your Ubuntu environnement to LTS... I'm not a Windows user, I tried to find some answer but in vaine. It's suppose to be a "all in one installation" I can't tell you more. You should go there https://openerp.my.openerp.com/fr_FR/forum/help-1/question/openerp-8-setup-file-for-windows-7-45955 ... I also found this but you'll be probably sick at the and of the video ;) https://www.youtube.com/watch?v=QrmHManjZ90