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 stable debian ver of odoo 8 in ubuntu 14.04 lts?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
3 Replies
15683 Tampilan
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
Buang
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
Penulis

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

ABU K
Penulis

How can I fix this Internal server Error ?

ABU K
Penulis

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
Penulis

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
Jawaban Terbai

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
Buang
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Jawaban Terbai

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

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

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

Daftar
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