From bdce2b3baeff5a755c67e7a66f82eb551f111209 Mon Sep 17 00:00:00 2001 From: Yhael S Date: Fri, 25 Aug 2023 05:19:17 -0500 Subject: [PATCH] readme updates --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d317984..ed37d3a 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,23 @@ - [Quick Setup Guide](#quick-setup-guide) - [The `.env` File](#the-env-file) - [Environment-based actions](#environment-based-actions) - - [Fresh or Restore](#fresh-or-restore) - - [Local](#environment-based-actions-local) - - [Debug](#environment-based-actions-debug) - - [Testing](#environment-based-actions-testing) - - [Full](#environment-based-actions-full) - - [Staging](#environment-based-actions-staging) - - [Production](#environment-based-actions-production) + - [Fresh or Restore](#1-fresh-or-restore) + - [Local](#2-local) + - [Debug](#3-debug) + - [Testing](#4-testing) + - [Full](#5-full) + - [Staging](#6-staging) + - [Production](#7-production) - [Pro(d) Tips](#prod-tips) - - [Define the following aliases](#define-the-following-aliases) - - [NEVER run `docker-compose down -v` in Production](#never-run-docker-compose-down-v-in-production) - - [Colorize your branches](#colorize-your-branches) - - [Odoo Shell](#odoo-shell) - - [Odoo Scaffold](#odoo-scaffold) + - [Define the following aliases](#1-define-the-following-aliases) + - [NEVER run `docker-compose down -v` in Production](#2-never-run-docker-compose-down-v-in-production) + - [Colorize your branches](#3-colorize-your-branches) + - [Odoo Shell](#4-odoo-shell) + - [Odoo Scaffold](#5-odoo-scaffold) - [DB Connection](#db-connection) - [PgAdmin Container](#pgadmin-container) - [Deployment Process](#deployment-process) + - [Final Note](#final-note) # The Supercharged Odoo Docker Tool