Application deploy from local source

I am trying to use application_python in vagrant+chef-solo to deploy a
django app located in /vagrant/project/ (mapped from the host).

I can only find references how to deploy a project through git (or other
revision control system). How do I get it to deploy from the local file
system?

I had written a local file deploy mechanism for application_java, though it
is not working properly with chef 11.6 of course :slight_smile:

has anyone else gotten this working with non-revision-control deployments?

if not, i'll port my work to the new file provider stack to create a nice
goofy meld of the 'deploy' resource and 'remote_file' (remote_file supports
files on local disk using the file:// uri scheme)
and, i'll do it outside of application_java so it is more portable.

chime in here if this is bad, or already done, or if you have a better
way!

On Wed, Aug 28, 2013 at 7:07 AM, Justin Alexander <
justin.alexander@bluevine.com> wrote:

I am trying to use application_python in vagrant+chef-solo to deploy a
django app located in /vagrant/project/ (mapped from the host).

I can only find references how to deploy a project through git (or other
revision control system). How do I get it to deploy from the local file
system?