-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
[docs] installing in an existing drupal multisites platform #3545
Comments
@matoeilD To take interact with drupal multisite you should use the
|
Thanks for your time.
I have never ran drupal site:install because the drupal site has been previsouly installed using aegir |
DrupalConsole is two thing the DrupalConsole Launcher and DrupalConsole itself full explanations here => https://docs.drupalconsole.com/en/getting/project.html You should install per site => https://docs.drupalconsole.com/en/getting/composer.html You have a limited number of commands because DrupalConsole is not finding your drupal installation possible issues => https://docs.drupalconsole.com/en/drupal_console_faq/installation-problems.html Finally, this issue about DrupalConsosle not properly finding your site could be related to:
We have a PR to provide support to aegir #3509 |
Problem/Motivation
We are having problem understanding how should be correctly installed the console in an existing drupal multisite platform of a dev server.
Some clarifications would be appreciated. I would then be happy to explicit further the documentation
steps:
[docs] doc on how to install drupal console for multisites? #3532 (comment)
/data-platforms/platforms/drupal8root
[ERROR] The specified database connection is not defined: default
[WARNING] In order to list all of the available commands you should install
drupal first.
My (naïve ) questions are:
the doc says :"The first task you should do after installing Drupal Console is to execute the init command. Executing this command will copy the project configurations files to your local computer."
Is this required when the local computer is where the project "drupal/console" have already been installed to, aka the dev server containing all drupal sites?
Details to include:
Thanks in advance for your precisions
The text was updated successfully, but these errors were encountered: