{"id":26581598,"url":"https://github.com/awd-studio/drupal-install-cli","last_synced_at":"2025-03-23T07:30:45.791Z","repository":{"id":62490256,"uuid":"124970921","full_name":"awd-studio/drupal-install-cli","owner":"awd-studio","description":"Provide a command for installing drupal with drush from the command line","archived":false,"fork":false,"pushed_at":"2018-03-17T01:57:34.000Z","size":117,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T22:34:56.629Z","etag":null,"topics":["cli","drupal","drupal-7","drupal-8","drupal-install","drush","symfony-console"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awd-studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-13T00:56:35.000Z","updated_at":"2018-04-28T19:39:12.000Z","dependencies_parsed_at":"2022-11-02T11:02:29.078Z","dependency_job_id":null,"html_url":"https://github.com/awd-studio/drupal-install-cli","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awd-studio%2Fdrupal-install-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awd-studio%2Fdrupal-install-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awd-studio%2Fdrupal-install-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awd-studio%2Fdrupal-install-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awd-studio","download_url":"https://codeload.github.com/awd-studio/drupal-install-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245071355,"owners_count":20556297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","drupal","drupal-7","drupal-8","drupal-install","drush","symfony-console"],"created_at":"2025-03-23T07:30:44.585Z","updated_at":"2025-03-23T07:30:45.741Z","avatar_url":"https://github.com/awd-studio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal Install CLI\n\nProvide a command for installing drupal with drush from the command line \n\nThis package should be used with one of [Drupal Composer project](https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies).\n\n![Drupal Install CLI Screenshot](screenshot.png)\n\nFor now, plugin can install sites only with [Drush](http://www.drush.org), so it must be required in your project.\n\n-----\n\n## Requirements\n- PHP ^7.1\n- [Composer](https://getcomposer.org) package manager\n- [Drush](http://www.drush.org) a command line shell for DRUPAL\n- [symfony/console](https://github.com/symfony/console) ^2.1 || ^3.0 || ^4.0\n\n## Install\nVia [Composer](https://getcomposer.org/)\n```bash\ncomposer require awd-studio/drupal-install-cli\n```\n\nOr add a dependency on **awd-studio/drupal-install-cli** to your project’s composer.json file:\n```json\n{\n    \"require\": {\n        \"awd-studio/drupal-install-cli\": \"dev\"\n    }\n}\n```\n\n## Usage:\n\nJust call command from CLI:\n```bash\nvendor/bin/drupal-install-cli drupal:site-install\n```\nAnswer all questions and it'll be done.\n\nYou also may pass the options for configure installation.\nAs example:\n```bash\nvendor/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]'\n```\n\n## Available options:\n- **--db-host** - Database host\n- **--db-name** - Database name\n- **--db-user** - Database user name\n- **--db-pass** - Database user password\n- **--profile** - Installation profile name\n- **--site-name** - Your future site name\n- **--site-mail** - Site E-mail\n- **--admin-login** - Admin user name\n- **--admin-pass** - Admin user password\n- **--admin-mail** - Admin user E-mail\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawd-studio%2Fdrupal-install-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawd-studio%2Fdrupal-install-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawd-studio%2Fdrupal-install-cli/lists"}