Skip to content
New issue

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

Help for Ubuntu 17.04 #24

Open
jackrabbithanna opened this issue Jul 4, 2017 · 0 comments
Open

Help for Ubuntu 17.04 #24

jackrabbithanna opened this issue Jul 4, 2017 · 0 comments

Comments

@jackrabbithanna
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant