-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can't vagrant up on ubuntu #36
Comments
It says it cant find the "/Users/uvu/.ssh/id_rsa.pub" file. So the directory you have listed is incorrect. |
But I already like ssh-keygen -t rsa -C "your@email.com" ? |
I you are in Ubuntu you should change : to |
Thanks @LespiletteMaxime now I can vagrant up with the following setting but ---
authorize: /home/uvu/.ssh/id_rsa.public
keys:
- /home/uvu/.ssh/id_rsa
folders:
- map: /home/uvu/code/example
to: /home/uvu/code/homestead
sites:
- map: example.app
to: /home/uvu/code/example/public but when I call my host http://example.app/ I just got Apache2 Ubuntu Default Page . Not Laravel app what I still wrong? |
I don't understand folders and sites in Homestead.yaml. I think I was wrong with those folders:
- map: /home/uvu/code/example
to: /home/uvu/code/homestead
sites:
- map: example.app
to: /home/uvu/code/example/public Can someone explain me? I had also try documentation but I haven't see any explanation about those folders and sites so. |
You did it wrong you should have folders: sites: |
Thanks Everybody. I got it now. Bc I was wrong in folders:
- map: /home/uvu/code/example
to: /home/vagrant/code/exemple
sites:
- map: example.app
to: /home/vagrant/code/exemple/public
Above code was fix me :) |
The first I add
And I had Clone https://github.com/laravel/homestead/ into my /home/code folder. And I setup Laravel framework into my code folder and I named it to example.
And I Configure Homestead.yaml like the following
I generated my ssh with the following command
I add my example.app host to my /etc/hosts like the following
And When I vagrant up into my homestand I got the following erros. What I was wrong on this setup?
The text was updated successfully, but these errors were encountered: