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
    • Discuss
    • 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
    • Manajemen Properti
    • 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
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

Installation instruction on Linux

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
installationlinux
4 Replies
19916 Tampilan
Avatar
Oren Yehezkely

Hello,

Can someone refer me to a reliable document explainng how to install Odoo 9 on Linux?

It seems to me that the very short explanation on the website is incorrect or inaccurate.

(when I follow the first command "wget -O - https://nightly.odoo.com/odoo.key | apt-key add -" I get this error 

"Cannot write to ‘-’ (Broken pipe)."

Thanks!

0
Avatar
Buang
Avatar
Qutechs, Ahmed M.Elmubarak
Jawaban Terbai

Hello,

Some Links:

 - Link1 

 - Link2 

Hope it'll help


0
Avatar
Buang
Ermin Trevisan

This is no answer to the question. He obviously wants to install Odoo using the package installer and it seems he only has a sudo/root problem.

Qutechs, Ahmed M.Elmubarak

Thanks mate, I think part of the question "Can someone refer me to a reliable document explainng how to install Odoo 9 on Linux?"

Ermin Trevisan

Well, there are 2 ways to install Odoo, from sources or by using the package installers. In my opinion it is not the best way to suggest a source install, when somebody has a simple problem with the package install. Besides that, I myself have made to many mistakes by using all these different scripts/advises for source installations. As long as you are not a professional developer, there is no need for a source install and the package installer is a secure and stable way to install Odoo.

Qutechs, Ahmed M.Elmubarak

For sure I'm agree with you, but we don't know the background of the question is it developer or normal user. Since he used Linux I just assumed he need to do evaluation and some developments ...

Ermin Trevisan

When he is using "wget -O - https://nightly.odoo.com/odoo.key | apt-key add -" then he obviously tries to use the package installer method :-)

Avatar
Ermin Trevisan
Jawaban Terbai

Obviously you try to install the Ubuntu 14.04 LTS package installer, which is the way I recommend to you.

Please read the instructions https://www.odoo.com/documentation/9.0/setup/install.html  carefully! It says:

To install Odoo 9.0 on Debian-based distribution, execute the following commands as root:            


This means that you have to change to the root user by executing "sudo su" before you execute the mentioned 3 commands:

ubuntu@ip-192-168-110-153:~$ sudo su
root@ip-192-168-110-153:/home/ubuntu#

Then you execute the commands:

 wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
 echo "deb http://nightly.odoo.com/9.0/nightly/deb/ ./" >> /etc/apt/sources.list
 apt-get update && apt-get install odoo


After that you return to your regular user by entering the command

exit


See this link for the cause of your error message: http://lightzoneproject.org/lorum/cannot-write-broken-pipe-linux-debian-install

0
Avatar
Buang
Avatar
Ankit H Gandhi(AHG)
Jawaban Terbai

Dear Oren,

Please refer below link

http://odooworld.blogspot.in/2015/01/configure-odoo-v8-as-developement.html

Hope above link help for you.

Thanks & Regards,

Ankit H Gandhi.

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
Install Odoo Comunity 18 without 15 days free trial version Diselesaikan
installation
Avatar
Avatar
3
Jul 25
5921
Setting up a new odoo 18 server and am unable to install gevent==21.8.0
installation
Avatar
Avatar
Avatar
Avatar
3
Jun 25
8461
How to install Odoo 18 from Tar Source
installation
Avatar
Avatar
Avatar
Avatar
Avatar
5
Mei 25
8674
Installation tutorial for Odoo 17
installation
Avatar
Avatar
Avatar
2
Mei 25
4514
Which configuration is used
installation
Avatar
Avatar
1
Agu 24
3912
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
  • Karir
  • 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 Svenska ภาษาไทย 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