collective / collective.hostout

zc.buildout deployment and remote control
22 stars 7 forks source link

bootstrap not called automaticaly before deploy #35

Open falkolab opened 12 years ago

falkolab commented 12 years ago

From docs The first thing this command will do, is to ask you your password and attempt to login in to your server. It will then look for /var/buildout/demo/bin/buildout and when it doesn't find it it will automatically run another hostout command called bootstrap.

in fact it is not so! why?

djay commented 12 years ago

On 18/09/2012, at 7:09 AM, falkolab2 notifications@github.com wrote:

From docs The first thing this command will do, is to ask you your password and attempt to login in to your server. It will then look for /var/buildout/demo/bin/buildout and when it doesn't find it it will automatically run another hostout command called bootstrap.

in fact it is not so! why?

The docs are out of date and need to be fixed. In the latest code the process is split between two commands to make it less magic. Hostout host bootstrap Hostout host deploy

Former you only need to run once and will do everything inc creating users and installing python and will often need sudo. Later you can do repeatedly and only uses the buildout user.

— Reply to this email directly or view it on GitHubhttps://github.com/collective/collective.hostout/issues/35.