P
P
Pavel Inky2016-01-04 15:54:34
PHP
Pavel Inky, 2016-01-04 15:54:34

Vagrant: where should my website files be?

Hi all.
From all the instructions that I read, nothing is clear.
I'm on Windows 7, installed Virtual Box and Vagrant (c:/vagrant/). On drive D, I created a folder d:\_VirtualMachin\ where I did vagrant box add (with Ubuntu), then vagrant init (the Vagrantfile appeared) and vagrant up - the virtual machine started.
Now what? Where can I upload my project so that it opens at 127.0.0.1:8080 as indicated in the Vagrant documentation.
And can anyone tell me an adequate step-by-step instruction and documentation?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
Eugene, 2016-01-04
@inkyrein

Read about the Laravel vagrant, everything is written in detail there
https://laravel.com/docs/5.2/homestead

N
newobj, 2016-01-04
@newobj

Google Configuring LAMP Virtual Hosts

O
OnYourLips, 2016-01-04
@OnYourLips

Now what? Where can I upload my project?
To the folder where you ran the vagrant init command.
You need to set up a virtual host with nginx.

S
Sergey, 2016-01-04
Protko @Fesor

official documentation, section about sync folders.
Example: github.com/intellectsoft-uk/symfony-skeleton

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question