Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

How to install stable debian ver of odoo 8 in ubuntu 14.04 lts?

Naroči se

Get notified when there's activity on this post

This question has been flagged
3 Odgovori
15679 Prikazi
Avatar
ABU K

I tried from github ,then I can installed successfully after few days ,I got Internal server Error,due to server may overloaded etc..

So that I want to know ,How to install and set up odoo8 in ubuntu not from git hub(debian version ) ?.

0
Avatar
Opusti
Yenthe Van Ginneken (Mainframe Monkey)

Why would you not want to use the github version? If you take the stable version you can't do anything wrong. Have you tried checking your logfile? Perhaps the problem is very easy to fix.

ABU K
Avtor

I tried to install odoo from this site http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github/

ABU K
Avtor

How can I fix this Internal server Error ?

ABU K
Avtor

Can you help

Yenthe Van Ginneken (Mainframe Monkey)

Please provide some details from the logfile (under /var/log/...). If you want I can post a script / guide on how to make a clean install of Odoo 7/8 too.

ABU K
Avtor

Please provide some details from the logfile (under /var/log/...)? I am not getting, can u clarify your statement?

Yenthe Van Ginneken (Mainframe Monkey)

Your Odoo automaticly generates a logfile. This logfile contains all details of what goes wreng when your Odoo crashes, has a problem, .. The file is the number one place to go to find your problem and solve it. If you are using Ubuntu (Linux) you can find it under the folder /var/log/...

Avatar
Robert D Winchester
Best Answer

If you used the instructions at http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github/ exactly as it is written to install Odoo then you did NOT install Odoo v8, you installed version Master, which is currently the development branch of V9 I believe.  That is not stable.

To install the Debian/Ubuntu package using apt-get and the automatic script that does everything for you do the following:
1. Add the following line to your /etc/apt/sources.list file:
    deb http://nightly.odoo.com/8.0/nightly/deb/ ./
2. Then type:
    sudo apt-get update
3. Then type:
    sudo apt-get install odoo

Using this method gives some advantages of ease over the manual WGET or GIT-CLONE methods but you have to accept the choices that are written into the script, like where they put the files, etc.  If you are not an expert then that is a good tradeoff.  It also should allow use of the automatic app update mechanism (Settings->Modules->Updates) but not yet, it is currently unavailable on Debian/Ubuntu (I think it still is).  But you can use the following to update:
    sudo apt-get update
    sudo apt-get upgrad

I would suggest that you uninstall Odoo first.  You might even want to delete the Odoo user and Odoo Postgres user to get rid of any residual junk and start fresh.  The above will take care of all that for you.  If you have trouble reinstalling then please post DETAILED descriptions of what happens.

2
Avatar
Opusti
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Best Answer

If you do not want to debug your logfiles and try to find this error use one of these guides. I'd advise the script as this is basicly an automatic install.

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 when you go to the webpage!

1
Avatar
Opusti
Avatar
Fnordbedarf
Best Answer

This is an uninstall script, you might use it for orientation for what should be removed: https://github.com/hiekmann-fnordbedarf-de/openerp-install-scripts/tree/master/odoo-v8/ubuntu-14-04. There are also install scripts.

0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now