Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

How do I access Odoo via the web?

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
configurationinstallationhttp
2 Réponses
17920 Vues
Avatar
Ben Harold

I am attempting to install Odoo on a DigitalOcean server. I am attempting the package installation on a CentOS 7 box.

I followed all of the instructions on the installation page (https://www.odoo.com/documentation/10.0/setup/install.html#rpm), but when I attempt to access the server via HTTP I get a "connection refused" error.

When I ran `nmap` on the server, only port 22 was opened, so I used `firewall-cmd` to open up ports 80 and 8069 to public traffic, but I'm still getting the same connection refused error on both of those ports.

I checked the odoo log file at `/var/log/odoo/odoo-server.log`. These are the contents:

2016-12-12 23:52:53,007 9435 INFO ? odoo: Odoo version 10.0-20161212
2016-12-12 23:52:53,008 9435 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf
2016-12-12 23:52:53,008 9435 INFO ? odoo: addons paths: ['/var/lib/odoo/addons/10.0', u'/usr/lib/python2.7/site-packages/odoo/addons']
2016-12-12 23:52:53,008 9435 INFO ? odoo: database: odoo@default:default
2016-12-12 23:52:53,032 9435 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069
2016-12-12 23:53:13,080 9435 INFO ? odoo.service.server: Initiating shutdown
2016-12-12 23:53:13,081 9435 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.
2016-12-12 23:53:14,315 9452 INFO ? odoo: Odoo version 10.0-20161212
2016-12-12 23:53:14,316 9452 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf
2016-12-12 23:53:14,316 9452 INFO ? odoo: addons paths: ['/var/lib/odoo/addons/10.0', u'/usr/lib/python2.7/site-packages/odoo/addons']
2016-12-12 23:53:14,316 9452 INFO ? odoo: database: ben@default:default
2016-12-12 23:53:14,353 9452 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

What else do I have to do to get Odoo running? Do I need to setup a reverse proxy or configure WSGI or something?

When I run `ps aux | grep odoo` I get:

odoo      9452  0.0  8.9 571516 45004 ?        Ssl  Dec12   0:01 /usr/bin/python /usr/bin/odoo --config /etc/odoo/odoo.conf --logfile /var/log/odoo/odoo-server.log

So it looks like odoo is running, it's just not being served.

0
Avatar
Ignorer
Avatar
Axel Mendoza
Meilleure réponse

Ben Harold

Your Odoo it's running on port 8069, check for any firewall or iptables rules that could be blocking network traffic, perhaps ufw

You need to access to using the public ip address. Recommended is to get it configured with a domain and a reverse proxy

1
Avatar
Ignorer
Avatar
Murugan Chinnasamy
Meilleure réponse

Can you please execute below command

sudo ufw allow 8069

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
How to fully automatically create and populate database? Résolu
configuration installation automation
Avatar
Avatar
Avatar
Avatar
3
avr. 24
4966
ImportError: No module named web_kanban Résolu
configuration installation addons
Avatar
Avatar
Avatar
2
août 20
24956
URL for Odoo application
configuration installation access
Avatar
Avatar
1
oct. 19
12479
Where is the configuration file for ubuntu repository method install? Résolu
configuration installation config
Avatar
Avatar
Avatar
Avatar
Avatar
4
oct. 16
37081
FIXED: v8 Install from .deb package: Says it starts but won't work nor write to log file
configuration installation odoo8
Avatar
0
mars 15
5298
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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