Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Questions on setting Odoo up for 2 websites on Linode Server (odoo v15)

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
multi-website
2 Risposte
2819 Visualizzazioni
Avatar
johnny doe

I have been doing research on this, however, it just isn't clear to me the direction to take here.

I setup odoo (including an ecommerce site) on a linode server.  I now want to setup a second website (which I have done within Odoo).  Thanks to some help I got here I have the two websites working quite well together (although one is not yet live), the 2 sites share a few pages and things are good.  However, my next step is to put my second site under a different domain name (i will purchase a second name).  Some linode people were pointing me in the direction of virtual hosts or something (I assume defined on linode), however, they weren't familiar with Odoo.  So my general question is - which path do I go down, trying to setup both sites via virtual hosts (or something) on the linode side or can all the required setup be done via Odoo.  I watched a video where the person went into the Odoo database setup and created both of his sitenames there - not sure if this is the direction to take or not.  As it turned out I could not figure out how to get into the Odoo database setup anyways.  To summarize, I am hoping to have two distinct website names on my Odoo that can share some pages but that obviously have two different URL's which users can call up on their browser.

0
Avatar
Abbandona
Avatar
Savya Sachin
Risposta migliore

Hi,

To set up two websites with different domain names in Odoo v15, you can follow these steps:

  1. Purchase the second domain name and point it to your Linode server's IP address.

  2. Set up a reverse proxy on your Linode server to direct incoming traffic to the correct website based on the domain name. You can use a web server like Nginx or Apache to configure the reverse proxy.

  3. In Odoo, create a new website and configure it with the second domain name. You can do this by going to Website > Configuration > Websites and clicking on "Create" to add a new website. Then, fill in the details for the new website, including the domain name.

  4. Configure the pages and content for the second website. You can use Odoo's website builder and CMS features to create and customize the pages for the second website.

  5. Set up the shared pages or content that both websites will use. You can create these pages in Odoo and then link to them from both websites.

  6. Test the configuration by accessing both websites using their respective domain names.


Regards

1
Avatar
Abbandona
johnny doe
Autore

Hello and thank you very much for the direction. I have essentially done your steps 3-5. Step 2 is the one I have been a bit unsure about. I had read something about using virtual hosts but did not know how to proceed. Although I do not understand reverse proxy's your description of it makes sense for what I am trying to do here (direct incoming traffic to correct website). When you say to use a web server - does odoo have a built in webserver? I ask because when i setup my odoo on linode it just had an odoo package to install (I didn't knowingly install anything else). Also, will there be settings I need to add in linode under the 'domains settings' - there are settings there for SOA Record, NS Records, MX Records, A/AAAA Record, CNAME Records etc. Much thanks.

johnny doe
Autore

Does Odoo have any documentation on how this is done - in particular step #2 as you noted above. I have scoured the internet looking for such direction, however, cannot find anything to assist. Certainly I have seen lots of info from odoo going on and on about how great the solution is because you can setup multiple websites. Unfortunately, they do not fully outline how to set this up (at least not that I have found)

Avatar
Paresh Wagh
Risposta migliore

Hi Johnny:

The following link provides the information you need to do step 2.

Configure Odoo with Nginx as a Reverse Proxy | Linuxize

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to use the Odoo theme in multi-clone websites?
multi-website
Avatar
0
mar 24
1684
Multi company/multi website leading to same website Risolto
multi-website
Avatar
Avatar
2
dic 23
5243
Unable to create second website
multi-website
Avatar
1
mar 20
2475
odoo13ce, multi website, second website domain (site2.com) cannot handle alias (www.site2.com)
alias multi-website
Avatar
Avatar
Avatar
3
giu 22
6324
Odoo 9 - Multiple independent Websites from a single Database
website multi-website
Avatar
0
giu 16
4371
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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