Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Install Odoo stable on Ubuntu LTS 14.04

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
webclientdebianopenubuntu12.04debodooodooV8odooV8_database
7 Odpowiedzi
17026 Widoki
Awatar
Timo Goosen

You can read how to do it here: http://yoirtuts.com/index.php?title=Odoo_Install_Odoo

On Debian or Ubuntu it is pretty much just:

 

# echo "deb http://nightly.openerp.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list

# apt-get update

# apt-get install odoo

# service odoo start

If you wanna know how to setup Odoo with SSL read more here: http://yoirtuts.com/index.php?title=Odoo_Install_Odoo

 

 

 

 

1
Awatar
Odrzuć
Yenthe Van Ginneken (Mainframe Monkey)

Perhaps a little comment here for people that have more interest. 1) This 'guide' will not automaticly start Odoo after a server shutdown or reboot 2) Both SSL guides are outdated and refer to Odoo V6 & Odoo V7 on Ubuntu 10.04.. 3) This guide will work but has very little configuration or details. Nevertheless, thank you for sharing.

Yenthe Van Ginneken (Mainframe Monkey)

"Perhaps a little comment here for people that have more interest. 1) This 'guide' will not automaticly start Odoo after a server shutdown or reboot 2) Both SSL guides are outdated and refer to Odoo V6 & Odoo V7 on Ubuntu 10.04.. 3) This guide will work but has very little configuration or details. Nevertheless, thank you for sharing." You are wrong.  If you look in /etc/init.d/ there is a file named odoo. Which means that it will start odoo after a shutdown or reboot. "Both SSL guides are outdated and refer to Odoo V6 & Odoo V7 on Ubuntu 10.04" It doesn't really matter, because anyone with a brain can adopt those instructions for the latest Ubuntu and take in mind that OpenERP v7 also runs on the same port as Odoo so you won't have to change the configuration much.

Awatar
Akhil P Sivan
Najlepsza odpowiedź

Hi,

Please try the instructions from following link:

http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/  

This is one of the best tutorial. Follow the instructions and autostart script also work perfectly.

1
Awatar
Odrzuć
Awatar
Mahmoud Naguib
Najlepsza odpowiedź

Check this script

https://github.com/ZamilTec/Arabic-Odoo/blob/master/install.sh

0
Awatar
Odrzuć
Awatar
Eduard Weber
Najlepsza odpowiedź

Unfortunately I must also say: the autostart doesn't work. I also have the odoo file in the /etc/init.d/ but after having the machine started, there is no odoo running. when I try to start as sudo service odoo_start I get "unrecognized service". 

0
Awatar
Odrzuć
Awatar
James Utru
Najlepsza odpowiedź

Worst tutorial I've seen. This is just so incomplete.

0
Awatar
Odrzuć
Awatar
eugenio
Najlepsza odpowiedź

I tried install Odoo like the first post:

# echo "deb http://nightly.openerp.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list

# apt-get update

# apt-get install odoo

# service odoo start

But when i try to go localhost:8069 have an error: 

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

 

Iḿ newbie with this software, and have not idea how can i solve this.

It's installed in a clean Linuxmint 17 64bits cinnamon. 

Tried with safari and chrome and have the same error. 

thanks

0
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Embed JS code Odoo 8
odoo odooV8 odooV8_database
Awatar
0
mar 15
5584
What does this error mean on Odoo? "Could not execute command 'lessc'" Rozwiązane
webclient ubuntu bug open linux ubuntu12.04 builder website odoo odooV8 linu
Awatar
Awatar
Awatar
Awatar
Awatar
22
kwi 23
113675
Upgrade Odoo CE from v8.0 to v13.0
upgrade odoo odooV8 odooV8_database
Awatar
Awatar
1
paź 20
3782
AccessError product.template, Operation: read (on a project task?)
debian permissions odooV8 odooV8_database
Awatar
Awatar
Awatar
Awatar
Awatar
5
kwi 17
9700
No verification for Odoo when installing on Debian/Ubuntu from .deb
ubuntu debian linux ubuntu12.04 apache2 odoo odooV8 od
Awatar
0
mar 15
6475
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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