We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try the vagrant ssh command, but it ask for the root password...
What is the root password for the vagrant vm ?
The text was updated successfully, but these errors were encountered:
Well, this is meant to be a deploy script to the cloud hosting of http://data-gov-ua.org/ . What are you trying to do?
You can change these lines:
config.vm.provider :managed do |managed, override| managed.server = "178.62.104.159" override.ssh.username = "root" override.ssh.private_key_path = "~/.ssh/id_rsa" end
if you want to deploy to your own server.
Sorry, something went wrong.
No branches or pull requests
I try the vagrant ssh command, but it ask for the root password...
What is the root password for the vagrant vm ?
The text was updated successfully, but these errors were encountered: