Skip to content

the repo contains demo for quick docker spin up configurations of odoo

Notifications You must be signed in to change notification settings

hitswa/odoo-docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odoo

odoo is an open source ERP and CRM solution with more than 80% free utilities. This is the docker image of same

Requirements

Version

Following are the versions for which it is tested

How to run?

First create a .env file. example file is already provided in the source. you can also rename .env.example file to .env and it will run fine.

Based on whatever details you assigned in .env you may also required to update variables mentioned on top of both build_and_run.sh and build_and_run.bat script.

now you can run the script to initiate containers in docker.

for linux or mac

# make script executable
chmod +x ./build_and_run.sh

# run the script
./build_and_run.sh

for windows

execute build_and_run.bat script