Skip to content
David Beal edited this page Jun 6, 2018 · 6 revisions

AK v2, without docker

  • Better to use virtualenv for your project
  • Clone this repo, use v2 branch
  • In ak repository, install dev version pip install -e . : anywhere in your env, ak is available
  • ak migrate produce spec.yaml for any buildout.cfg file
  • add to spec.yaml your odoo branch
  • ak build produce repo.yaml file if spec.yaml is there
  • gitaggregate -c repo.yaml download required branches in external-src folder
  • ak build --links, print the addons path
  • put this path in odoo config file
  • install odoo from sources : pip install -e . in your env
Clone this wiki locally