Skip to content

abdallah-abdelsabour/docker-odoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker Odoo A brief description of what this project is about.

Directory Structure

├── nginx_compose │ ├── docker-compose.yml │ └── install_docker_nproxyman.sh └── odoo_compose ├── addons │ └── readme.md ├── docker-compose.yml ├── entrypoint.sh ├── etc │ ├── odoo.conf │ └── requirements.txt ├── README.md ├── run.sh └── screenshots ├── 2022-10-17_22h16_21.png └── 2022-10-17_22h16_30.png Getting Started These instructions will guide you in setting up and running the project on your local machine for development and testing purposes.

Prerequisites List all the necessary conditions or tools needed to run this project. For example:

Docker Docker Compose Installation Follow these steps to get your development environment running:

Setting Up Odoo Navigate to Odoo Compose Directory:

cd odoo_compose Update Odoo Image Version:

Edit the docker-compose.yml file to specify the version of Odoo you want to use.

version: '3' services: odoo: image: odoo:YOUR_VERSION ... Replace YOUR_VERSION with the desired version number.

Configure Odoo:

Modify the etc/odoo.conf file to set up your Odoo instance. Key configurations include the admin password.

ini Copy code [options] admin_passwd = YOUR_ADMIN_PASSWORD Replace YOUR_ADMIN_PASSWORD with a strong, secure password.

Setting Up Nginx Navigate to Nginx Compose Directory:

cd ../nginx_compose Install and Configure Nginx:

Execute the install_docker_nproxyman.sh script to set up Nginx.

Copy code sh install_docker_nproxyman.sh Running the Application To start the application, use Docker Compose from the respective directories:

For Odoo:

cd odoo_compose docker-compose up For Nginx:

cd nginx_compose docker-compose up Screenshots Include some screenshots of your application in action.

Contributing Instructions for how to contribute to this project.

License State the license for this project, if applicable.

This README.md template provides a general structure for your repository, outlining how to set up and run the project, including specific instructions for configuration changes in Docker and Odoo settings. Feel free to customize it to fit the specifics of your project.

About

odoo docker setup

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages