-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Write Settings.php #103
Comments
The Drupal VM documentation was lacking, it's been updated in #104. Please try new instructions and see if it resolves your issue. |
I was able to run the command from my mac now, but now im getting this error, [drush] Executing '/Users/_/Documents/Clients/_/tmp/blted8test/vendor/bin/drush @self --site-name="BLTed 8" --site-mail="no-reply@acquia.com" --account-name="admin" --account-pass="admin" --account-mail="no-reply@acquia.com" --l="default" --nocolor --yes --verbose site-install "lightning" "install_configure_form.update_status_module='array(FALSE,FALSE)'"'... Is there more that i need to update. |
I get the same output when i run the ./blt.sh local:setup command. Where should that command be ran when doing the drupalvm *AMP stack. Also, im wondering is we need to change up one directory when trying to sun the site install drush command so it can find the @self drush alias. |
I feel this may be related to line 4.Updating project.yml so that drush.default_alias is set to your Drupal VM alias in the readme, Can you elaborate more on what needs to be done? |
When using the drupalvm approach to setting up my *AMP stack, everything installed and worked as i expexcted, but when i tried to run the final command from on vm, to install lightning, i get a file permissions issue. ergo it cant write it. Also, when i tried to run the command on my mac locally, it couldnt access the database.
given the issue, i am wondering where to run ./blt.sh local:setup so it will work, or what must i do to get this working.
The text was updated successfully, but these errors were encountered: