2 Apr
2010
2 Apr
'10
2:36 p.m.
On 4/2/10 16:23 , Adam GROSZER wrote:
The way you install your app with is:
$ install -u https://build.twollo.com/buildouts/ -p Twollo -V QA --latest
Where the install script comes with keas.build. At this point nothing exists from your app on the server, not even a .cfg or svn checkout. This invokes "buildout -c https://build.twollo.com/buildouts/Twollo-QA-2.3.4.cfg -t 2...." or something like this.
Perhaps keas.build could be modified to create a virtualenv and install buildout in there? That shouldn't be too hard to do. Wichert.