Ideally, the deploy:setup process would work like this:
* Run a quick shell script that Ruby is setup as configured (via apt, ree, or source, as configuration[:ruby] dictates)
** If this fails (either by the version being different or ruby not being present), re-run the ruby setup process
* Then run the SetupManifest to create directories as needed
For now, if you want to turn the setup process off in an app, you'll need to comment out this:
That should let you get the Cap default setup process back