Prevent Stdin warning#152
Merged
gmetais merged 5 commits intoMay 6, 2016
Merged
Prevent Stdin warning#152
Conversation
* Is not needed to set url box, we can get directly box from https://atlas.hashicorp.com/ubuntu
* Took from https://github.com/nodesource/distributions ** We need 0.12 version ** chris-lea PPA is an obsolete repository
* Add more memory to vbox
* Ubuntu by default prevent messages being written to root's console * Disallow this annoying error
* Follow http://www.liviubalan.com/vagrant-repair-default-dpkg-preconfigure-unable-to-re-open-stdin-no-such-file-or-directory-message trick * Move error message to /dev/null
Collaborator
|
Thank you very much @camlafit! I'm not very good at using Vagrant so if you see any other possible improvements, don't hesitate to open a issue. |
Contributor
Author
|
Hi I've just tried to install it locally :) Also first attempt with vagrant. Thanks for your work. It's very useful |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove some warning during vagrant deployment
Require #151 first