Odoo con Docker.
-
Instalar Docker Desktop para Windows y macOS o Linux.
-
En Windows, instalar Scoop usando PowerShell:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
Y después instalar los comandos necesarios:
scoop install make
-
Clonar este repositorio:
git clone https://github.com/egibide-dam/odoo.git
Si el comando anterior no funciona, habrá que instalar Git en el sistema.
-
En un terminal, situarse en la carpeta
odoo
(o si se ha renombrado, la que contenga este archivoREADME.md
):cd odoo
-
Copiar el fichero
env-example
a.env
:En macOS y Linux:
cp env-example .env
En Windows:
copy env-example .env
-
Arrancar los servicios:
make start
- Acceder a http://localhost:8069