B
B
BonBon Slick2017-11-22 01:01:44
symfony
BonBon Slick, 2017-11-22 01:01:44

No input file specified.?

Symfony 3, Vagrant + Homestead, Windows 10 Pro.
I did everything according to the docks https://symfony.com/doc/current/setup/homestead.html
Then again according to the Russian docks https://symfony.com/legacy/doc/jobeet/1_4/en/01?or.. And ,
my project doesn't even load, why? Where is my "Welcome Page"?
Nginx I believe:
No input file specified.
Vagrant

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map:  /Users/BonBon/Code
      to: /home/vagrant/projects
sites:
- map: test.app
  to: /home/vagrant/projects/symfony_demo/web


databases:
    - test

variables:
    - key: APP_ENV
      value: local

vagrant provision + vagrant reload.
It only works like this:
composer require server
php bin/console server:run

And specify the url 127.0.0.1:8001
Just like node.js, will it be crooked in production too? Why doesn't homestead accept Symphony 3.3?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Fedorov, 2017-11-22
@BonBonSlick

In the sites section, specify:
Well, if it's crooked, then yes. And if according to the official documentation, then no.
ssh keys specified the path correctly? I'm on Windows ( this system must die ), when I set it up, I had to play around with them pretty much ... what does Vagrant show at startup? Why didn't you attach screenshots or error codes at all?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question