Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

How to install odoo 8 on ubuntu 14.04?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
v8installation
4 Răspunsuri
17081 Vizualizări
Imagine profil
Alex

Tried these ways:
https://www.odoo.com/forum/help-1/question/how-to-install-odoo-from-github-on-ubuntu-14-04-for-testing-purposes-only-ie-not-for-production-52627
http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github/
But they set 9 alpha version

Please help.
Thank you

0
Imagine profil
Abandonează
Stephen Mack

Explain how you chose the version? Thank you!

Imagine profil
Stephen Mack
Cel mai bun răspuns

Both of these were written to use the master branch which was odoo v8 Alpha 1 at the time.  Since then Odoo has forked off odoo v8rc1 into its own branch.

Ignore this because it seems that odoo's install script still points to master.  Well it is a release candidate.

If you change line 8 of the http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github to this:

wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

You will install odoo v8 Release Candidate 1 (which is the latest version of odoo v8)

I personally like this install script that does everything for you.  Just edit the script and fill in your details including version 8.0 and run it.

http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts

2
Imagine profil
Abandonează
Alex
Autor

I tried, but still have installed version 9

Stephen Mack

I updated my answer to suggest using this install script. http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts

Nicholas Burdick

I agree with Stephen, I'm a fan of Andre Schenkels script as well. I like that you can select the version. However, there are a couple tricks if you want to select v7 because the config file isn't in the same place, so you have to edit line 84 of the script to point it to $OE_HOME_EXT/install/openerp-server.conf instead or $OE_HOME_EXT/debian/openerp-server.conf.

Stephen Mack

He keeps updating the script, I am sure he would accept a pull request to add in some 7.0 logic. Cheers!

John Baldwin

When installing with Andre Schenkels script you will have to install python-passlib: sudo apt-get install python-passlib

Imagine profil
Yenthe Van Ginneken (Mainframe Monkey)
Cel mai bun răspuns

These are the command's I've used:

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 at https://github.com/odoo/odoo/tree/8.0, you can select the version you wish from https://github.com/odoo/odoo/tree/x.x/odoo.py)
wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
8. cd odoo/
9. Start the server: ./openerp-server

0
Imagine profil
Abandonează
Alex
Autor

Explain how you chose the version? Thank you!

Yenthe Van Ginneken (Mainframe Monkey)

The versions are subcategorised by Odoo itself on github. If you would like version 8 you would need to do wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

Imagine profil
Vasiliy
Cel mai bun răspuns

I'm using this script https://raw.githubusercontent.com/lukebranch/openerp-install-scripts/master/odoo-saas4/ubuntu-14-04/odoo_install.sh to install odoo 8.0. IMHO this is very simple way for install. But you need to install pytils for create SEF-url based Cyrilics language, e.g.: 

sudo pip install pytils 

0
Imagine profil
Abandonează
Imagine profil
Jake Stoeffler
Cel mai bun răspuns

I found this guide to be excellent: http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/

Sure, you can use an install script to do it all, but what fun is that?  Plus you don't understand what's going on that way.

0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
is it possible to automatic updates after installing version 8 trunk
v8 installation
Imagine profil
0
mar. 15
4314
Installing Odoo V8 FreeBSD
v8 installation
Imagine profil
0
mar. 15
6483
Odoo 8 - 500 Internal Server Error
v8 installation 500
Imagine profil
Imagine profil
1
iul. 17
8868
Is available Odoo 8 to be installed on Ubuntu?
v8 installation odoo
Imagine profil
Imagine profil
Imagine profil
Imagine profil
4
mar. 15
7101
Can not log in odoo 8.0-8843974
v8 installation login
Imagine profil
1
mar. 15
6611
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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