Skip to content

Instantly share code, notes, and snippets.

@adamcrews
Created July 25, 2015 18:20
Show Gist options
  • Save adamcrews/863c51b99e1b99355f60 to your computer and use it in GitHub Desktop.
Save adamcrews/863c51b99e1b99355f60 to your computer and use it in GitHub Desktop.
Vagrant messages
# Message to display to user after 'vagrant up' completes
config.vm.post_up_message = "Setup of 'vagrant-dspace' is now COMPLETE! DSpace should now be available at:\n\nhttp://localhost:#{CONF['port']}/xmlui/\n\nYou can login using '#{CONF['admin_email']}' with password '#{CONF['admin_passwd']}'.\nYou can also SSH into the new VM via 'vagrant ssh'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment