Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

How to install odoo 8 on ubuntu 14.04?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
v8installation
4 Replies
17092 Tampilan
Avatar
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
Avatar
Buang
Stephen Mack

Explain how you chose the version? Thank you!

Avatar
Stephen Mack
Jawaban Terbai

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
Avatar
Buang
Alex
Penulis

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

Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Jawaban Terbai

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
Avatar
Buang
Alex
Penulis

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

Avatar
Vasiliy
Jawaban Terbai

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
Avatar
Buang
Avatar
Jake Stoeffler
Jawaban Terbai

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
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
is it possible to automatic updates after installing version 8 trunk
v8 installation
Avatar
0
Mar 15
4318
Installing Odoo V8 FreeBSD
v8 installation
Avatar
0
Mar 15
6484
Odoo 8 - 500 Internal Server Error
v8 installation 500
Avatar
Avatar
1
Jul 17
8874
Is available Odoo 8 to be installed on Ubuntu?
v8 installation odoo
Avatar
Avatar
Avatar
Avatar
4
Mar 15
7113
Can not log in odoo 8.0-8843974
v8 installation login
Avatar
1
Mar 15
6620
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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