2017 © Pedro Peláez
 

library drupal-install-cli

Provide a command for installing drupal with Drush from the command line

image

awd-studio/drupal-install-cli

Provide a command for installing drupal with Drush from the command line

  • Saturday, March 17, 2018
  • by awd-studio
  • Repository
  • 1 Watchers
  • 3 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

Drupal Install CLI

Provide a command for installing drupal with drush from the command line, (*1)

This package should be used with one of Drupal Composer project., (*2)

Drupal Install CLI Screenshot, (*3)

For now, plugin can install sites only with Drush, so it must be required in your project., (*4)


Requirements

Install

Via Composer, (*5)

composer require awd-studio/drupal-install-cli

Or add a dependency on awd-studio/drupal-install-cli to your project’s composer.json file:, (*6)

{
    "require": {
        "awd-studio/drupal-install-cli": "dev"
    }
}

Usage:

Just call command from CLI:, (*7)

vendor/bin/drupal-install-cli drupal:site-install

Answer all questions and it'll be done., (*8)

You also may pass the options for configure installation. As example:, (*9)

vendor/bin/drupal-install-cli drupal:site-install --db-host='localhost' --db-user='[MY_DB_USER]' --db-name='[MY_DB_NAME]' --db-pass='[MY_DB_PASS]'

Available options:

  • --db-host - Database host
  • --db-name - Database name
  • --db-user - Database user name
  • --db-pass - Database user password
  • --profile - Installation profile name
  • --site-name - Your future site name
  • --site-mail - Site E-mail
  • --admin-login - Admin user name
  • --admin-pass - Admin user password
  • --admin-mail - Admin user E-mail

The Versions

17/03 2018

dev-master

9999999-dev

Provide a command for installing drupal with Drush from the command line

  Sources   Download

MIT

The Requires

 

by Anton Karpov

cli drupal drupal-8 drush symfony-console drupal-7 drupal-install

17/03 2018

v0.2.0

0.2.0.0

Provide a command for installing drupal with Drush from the command line

  Sources   Download

MIT

The Requires

 

by Anton Karpov

cli drupal drupal-8 drush symfony-console drupal-7 drupal-install

15/03 2018

v0.1.3

0.1.3.0

Provide a command for installing drupal with Drush from the command line

  Sources   Download

MIT

The Requires

 

by Anton Karpov

cli drupal drupal-8 drush symfony-console drupal-7 drupal-install

14/03 2018

v0.1.2

0.1.2.0

Provide a command for installing drupal with Drush from the command line

  Sources   Download

MIT

The Requires

 

by Anton Karpov

cli drupal drupal-8 drush symfony-console drupal-7 drupal-install

14/03 2018

v0.1.1

0.1.1.0

Provide a command for installing drupal with Drush from the command line

  Sources   Download

MIT

The Requires

 

by Anton Karpov

cli drupal drupal-8 drush symfony-console drupal-7 drupal-install

14/03 2018

v0.1.0

0.1.0.0

Provide a command for installing drupal with drush from the command line

  Sources   Download

MIT

The Requires

 

by Anton Karpov