Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

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

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
multi-website
2 Respuestas
2817 Vistas
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
Descartar
Avatar
Savya Sachin
Mejor respuesta

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
Descartar
johnny doe
Autor

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
Autor

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
Mejor respuesta

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
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
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 Resuelto
multi-website
Avatar
Avatar
2
dic 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
6323
Odoo 9 - Multiple independent Websites from a single Database
website multi-website
Avatar
0
jun 16
4369
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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