Answer the question
In order to leave comments, you need to log in
How to deal with database access when installing drupal on Vagrant with Laravel / Homestead?
Installed Homestead according to the instructions. I wanted to play around with Vagrant, trying all these systems for the first time. I must have missed or misunderstood something.
The homeatead.yaml config is so simple:
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Projects /
to: /home/vagrant/Code
sites:
- map: drupal7-test.ru
to
: /home/vagrant/Code/drupal7-test.ru/public
databases:
- homestead
I get an error
The name of the database I enter homestead and the root user.
Help me understand what is wrong.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question