-
Notifications
You must be signed in to change notification settings - Fork 52
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
Comments
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? |
Mantra requires Meteor as well as Node/NPM. Meteor's |
Now I get it. Nice! What benefits do you get by using mantra with vagrant? Complete isolation from the running machine? |
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 |
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.
The text was updated successfully, but these errors were encountered: