Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

upgrade to v1

Raphaël Valyi edited this page Mar 19, 2015 · 1 revision

update your docker to Docker 1.5+ for instance with:

curl -sSL https://get.docker.com/ubuntu/ | sudo sh

then update your Docker image:

docker pull akretion/voodoo

then in your project repo:

voodoo run

rm ak rm -rf bin rm -rf eggs rm -rf develop-eggs rm -rf downloads

in buildout.cfg, replace https://github.com/odoo/odoo.git by https://github.com/OCA/OCB.git

then rebuild and run the project

ak build ak run

commit the changes...