You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)