johanwilfer / vagrant-easy-drupal8

A simple way to fire up a Drupal 8 in Vagrant
MIT License
0 stars 10 forks source link

/var/www/html: No such file or directory #1

Closed seetee closed 8 years ago

seetee commented 8 years ago

On a cleanly installed Kubuntu 16.04, with VirtualBox 5.1.4 and Vagrant 1.8.5. Vagrant halts with the following result:

==> default: pear/console_table suggests installing pear/Console_Color2 (>=0.1.2)
==> default: symfony/console suggests installing symfony/event-dispatcher ()
==> default: symfony/console suggests installing symfony/process ()
==> default: symfony/var-dumper suggests installing ext-symfony_debug ()
==> default: phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
==> default: phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
==> default: psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
==> default: drush/drush suggests installing drush/config-extra (Provides configuration workflow commands, such as config-merge.)
==> default: Writing lock file
==> default: Generating autoload files
==> default: /tmp/vagrant-shell: line 104: cd: /var/www/html: No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what

How should the file look to also create /var/www/html if it does not exist?

johanwilfer commented 8 years ago

Ah, thanks. It's fixed now with a mkdir in the script. Added a README as well. Please expand it if I forgot something.

And the drupal install is still left. But now are the dependencies installed.