Skip to content

hgarridoco/GARCO-Deploy

Repository files navigation

License: LGPL v3 Website

GARCO Deploy

Repository to generate Odoo container and run postgres container

Steps

    git submodule update --init --recursive
    docker-compose up -d --build

### Add customer submodules

First need to generate ssh key to add to settings

    ssh-keygen -t ed25519 -C "hector.garrido@garcoconsulting.es"
    eval "$(ssh-agent -s)"
    ssh-add ~/.ssh/id_ed25519
    cat ~/.ssh/id_ed25519.pub 

Then add customer repository like submodule

    git submodule add https://github.com/hgarridoco/repourl -b 15.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published