You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to run the vagrant commands as sudo
'sudo vagrant up'
Without this, the hosts were not able to be written to get to the provided addresses like 'civi.dev'
Also, after successful install, the 'sudo vagrant up' said it was successfully up, and I could use 'sudo vagrant ssh' to ssh into the virtualbox, but I couldn't reach 'civi.dev' in the browser
After much stabbing in the dark, I by chance tried to run 'ifconfig', and realized that the package 'net-tools' was not installed...
So I installed that by:
'sudo apt-get install net-tools'
then halted the vagrant, and brought it up again
after that I could reach
'civi.dev' in the browser
The text was updated successfully, but these errors were encountered:
Very Cool Stuff!
Successfully installed civicrm-build-vagrant on Ubuntu 17.04
Started with plain vanilla 17.04
For people working to install this on a Ubuntu 17.04 with Secure Boot enabled to allow UEFI dual boot with Windows, see this:
https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/
I had to run the vagrant commands as sudo
'sudo vagrant up'
Without this, the hosts were not able to be written to get to the provided addresses like 'civi.dev'
Also, after successful install, the 'sudo vagrant up' said it was successfully up, and I could use 'sudo vagrant ssh' to ssh into the virtualbox, but I couldn't reach 'civi.dev' in the browser
After much stabbing in the dark, I by chance tried to run 'ifconfig', and realized that the package 'net-tools' was not installed...
So I installed that by:
'sudo apt-get install net-tools'
then halted the vagrant, and brought it up again
after that I could reach
'civi.dev' in the browser
The text was updated successfully, but these errors were encountered: