Skip to content
David Beal edited this page Jun 28, 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 present where you launch cmd
  • add to spec.yaml your odoo branch
  • ak build produce repo.yaml file if spec.yaml is where you launch cmd
  • 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 (from the external-src/odoo folder in your env): pip install -e . (you may need to do sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev before if you have trouble when installing python-ldap such as lber.h: No such file or directory)
Clone this wiki locally