Following Getting started guide for developer, i have done this:
$ mkdir source;cd source
$ bzr cat -d lp:~openerp-dev/openerp-tools/trunk setup.sh | sh
$ make init-trunk
As I see addons repo is very large, and my internet connection drop at 800mb, what command should I use to resume it?
I'm using make init-trunk
but it's not working
Hi Rahmat, I saw bzr pull failing on an Amazon micro server and got to know it was because of no swap space on amazon. Are you doing this on Amazon server?