Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant for Mantra #179

Open
merlinstardust opened this issue Apr 5, 2016 · 4 comments
Open

Vagrant for Mantra #179

merlinstardust opened this issue Apr 5, 2016 · 4 comments

Comments

@merlinstardust
Copy link
Contributor

I've create a repo containing a Vagrantfile and related scripts that builds a virtual machine for Mantra.

https://github.com/vagrant-templates/mantra

Should be useful for anyone who likes to use Vagrant in their stack.

@fermuch
Copy link

fermuch commented Apr 5, 2016

I can't quite understand what's the utility of using vagrant with mantra. Wouldn't it be the same as using a vagrant script for meteor?

@merlinstardust
Copy link
Contributor Author

Mantra requires Meteor as well as Node/NPM. Meteor's .meteor/local and Node's node_modules directories do not like to be used across synced folders. So this repo handles both. It's entirely possible for a Meteor app to not require NPM packages at all, in which case the Vagrantfile would be different.

@fermuch
Copy link

fermuch commented Apr 6, 2016

Now I get it. Nice!

What benefits do you get by using mantra with vagrant? Complete isolation from the running machine?

@merlinstardust
Copy link
Contributor Author

Complete isolation is one point. Another is that Meteor runs best on Linux, so if you're on Mac or Windows, it will run better. If you're on Linux, it's more just the isolation you'd get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants