jeudi 20 août 2015

Unable to find cod folder in the vagrant home directory

I am trying to setup vagrant on my windows OS. I have watched some tutorial about that.
According to those tutorial, I should be able to map some folder from windows to the vagrant machine . I have configured homestead.yaml file with below info :

authorize: ~/.ssh/id_rsa.pub

keys:
- /Users/Fakhreddin/.ssh/id_rsa

folders:
- map: Users/Fakhreddin/code
  to: /home/vagrant/code

sites:
- map: homestead.app
  to: /home/vagrant/Code/Laravel/public

databases:
- homestead

variables:
- key: APP_ENV
  value: local

But when i check my vagrant home directory, there is no folder with code name
I have tried to create it manually, But it doesn't work.

What's wrong with it and how to solve?

laravel php laravel 5 laravel 4 laravel with laravel tutorial

Aucun commentaire:

Enregistrer un commentaire