Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

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

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
multi-website
2 Besvarelser
2814 Visninger
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
Kassér
Avatar
Savya Sachin
Bedste svar

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
Kassér
johnny doe
Forfatter

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
Forfatter

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
Bedste svar

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
Kassér
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
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 Løst
multi-website
Avatar
Avatar
2
dec. 23
5243
Unable to create second website
multi-website
Avatar
1
mar. 20
2474
odoo13ce, multi website, second website domain (site2.com) cannot handle alias (www.site2.com)
alias multi-website
Avatar
Avatar
Avatar
3
jun. 22
6322
Odoo 9 - Multiple independent Websites from a single Database
website multi-website
Avatar
0
jun. 16
4369
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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