[LRUG] Developing with OSX and vagrant?

Joel Chippindale joel.chippindale at econsultancy.com
Mon Oct 17 03:24:35 PDT 2011


To answer my own question…

On 22 August 2011 16:07, Joel Chippindale <joel.chippindale at econsultancy.com
> wrote:

> After the puppet/chef/vagrant talks last week I've been playing with using
> these tools for my rails development environments.
>
> I'm not quite ready to ditch TextMate for vim so what I wanted to have was
> some GUI apps (TextMate/Chrome to edit code/view the results) running on my
> OSX host and a command line interface to a vagrant/puppet provisioned
> headless Ubuntu VM which has all the appropriate libraries and gems
> installed to run the rails app/cucumber features etc.
>
> However the division between an OSX GUI and the Ubuntu command line is not
> as clean as I would like. For example, in an ideal world "bundle open foo"
> run on the VM guest would open the 'foo' gem in TextMate on the OSX host
>

Install the vagrant-bundler-tools gem on your host

    gem install vagrant-bundler-tools

And then you can open a gem ('foo' say) bundled on your guest from your host
with

    vagrant bundle open foo

J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20111017/0903176c/attachment.html>


More information about the Chat mailing list