Giter Club home page Giter Club logo

Comments (7)

laurencei avatar laurencei commented on May 15, 2024

It says it cant find the "/Users/uvu/.ssh/id_rsa.pub" file. So the directory you have listed is incorrect.

from homestead.

setkyar avatar setkyar commented on May 15, 2024

But I already like ssh-keygen -t rsa -C "[email protected]" ?
When I run it again it's say do you want to replace.But I haven't see in my home directory.
How I can check that files was exists or not in ubuntu. It's hidden?

from homestead.

LespiletteMaxime avatar LespiletteMaxime commented on May 15, 2024

I you are in Ubuntu you should change :
/Users/uvu/

to
/home/uvu/

from homestead.

setkyar avatar setkyar commented on May 15, 2024

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?

from homestead.

setkyar avatar setkyar commented on May 15, 2024

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.

from homestead.

LespiletteMaxime avatar LespiletteMaxime commented on May 15, 2024

You did it wrong you should have

folders:
- map: /home/uvu/code/example
to: /home/vagrant/code/exemple

sites:
- map: example.app
to: /home/vagrant/code/exemple/public

from homestead.

setkyar avatar setkyar commented on May 15, 2024

Thanks Everybody. I got it now. Bc I was wrong in
Homestead.yaml

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 :)

from homestead.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.