Created
July 25, 2015 18:20
-
-
Save adamcrews/863c51b99e1b99355f60 to your computer and use it in GitHub Desktop.
Vagrant messages
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
# 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