Как установить Composer и дистрибутив Drupal 9 на Windows 10?
Приветствую. Сегодня я разберу вопрос: как установить Composer и дистрибутив Drupal 9 на Windows 10.
Для этого нам понадобится консоль. В windows 10 имеются встроенные консоли. Как минимум это:
- PowerShell
- Cmd.exe
Также неплохие варианты консоли — Git Bash и ConEmu.
Рассмотрю вариант запуска PowerShell. Жмем кнопку Пуск и набираем на клавиатуре слово PowerShell.
Теперь потребуется скачать архив с php-cli 7.4 для Windows и распаковать его, например в папку c:\php7.
1 2 3 4 5 | cd c:\php7 .\php.exe -v PHP 7.4.16 (cli) (built: Mar 2 2021 14:06:13) ( NTS Visual C++ 2017 x64 ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies |
За архив мы благодарим магистра drupal-разарботки Павла Филинкова.
Далее мы переходим в папку, где у нас будет располагаться файлик composer’а. К примеру, если у вас стоит OpenServer, то можно перейти в папку серверов, сделав так:
1 | cd C:\OSPanel\domains |
Теперь:
1 2 3 4 5 6 7 8 9 | & "c:\php7\php.exe" -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" & "c:\php7\php.exe" composer-setup.php All settings correct for using Composer Downloading... Composer (version 1.10.6) successfully installed to: C:\OSPanel\domains\domain.local\composer.phar Use it: php composer.phar & "c:\php7\php.exe" -r "unlink('composer-setup.php');" |
Теперь в папке с будущим сайтом вы видите файлик composer.phar:
1 2 3 4 5 6 7 | dir Каталог: C:\OSPanel\domains\ Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 13.05.2020 22:16 1973494 composer.phar |
Теперь вы можете использовать composer в данной папке.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | & "c:\php7\php.exe" .\composer.phar ______ / ____/___ ____ ___ ____ ____ ________ _____ / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/ / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ / \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/ /_/ Composer version 2.1.3 2021-06-09 16:31:20 Usage: command [options] [arguments] Options: -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi Disable ANSI output -n, --no-interaction Do not ask any interactive question --profile Display timing and memory usage information --no-plugins Whether to disable plugins. -d, --working-dir=WORKING-DIR If specified, use the given directory as working directory. --no-cache Prevent use of the cache -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Available commands: about Shows a short information about Composer. archive Creates an archive of this composer package. browse Opens the package's repository URL or homepage in your browser. cc Clears composer's internal package cache. check-platform-reqs Check that platform requirements are satisfied. clear-cache Clears composer's internal package cache. clearcache Clears composer's internal package cache. config Sets config options. create-project Creates new project from a package into given directory. depends Shows which packages cause the given package to be installed. diagnose Diagnoses the system to identify common errors. dump-autoload Dumps the autoloader. dumpautoload Dumps the autoloader. exec Executes a vendored binary/script. fund Discover how to help fund the maintenance of your dependencies. global Allows running commands in the global composer dir ($COMPOSER_HOME). help Displays help for a command home Opens the package's repository URL or homepage in your browser. i Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json. info Shows information about packages. init Creates a basic composer.json file in current directory. install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json. licenses Shows information about licenses of dependencies. list Lists commands outdated Shows a list of installed packages that have updates available, including their latest version. prohibits Shows which packages prevent the given package from being installed. reinstall Uninstalls and reinstalls the given package names remove Removes a package from the require or require-dev. require Adds required packages to your composer.json and installs them. run Runs the scripts defined in composer.json. run-script Runs the scripts defined in composer.json. search Searches for packages. self-update Updates composer.phar to the latest version. selfupdate Updates composer.phar to the latest version. show Shows information about packages. status Shows a list of locally modified packages. suggests Shows package suggestions. u Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file. update Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file. upgrade Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file. validate Validates a composer.json and composer.lock. why Shows which packages cause the given package to be installed. why-not Shows which packages prevent the given package from being installed. |
Все, теперь можно установить Drupal 8 или Zend Framework 2, Yii Framework 2, Symfony, Laravel и многие другие проекты на php!
Сейчас еще быстренько установим Drupal 8. Код ниже я обновил, так как обновился официально-рекомендуемый template-проект Drupal 8.
1 | & "c:\php7\php.exe" .\composer.phar create-project drupal/recommended-project drupal.local |
Результат нашей работы:
1 2 3 4 5 6 7 8 9 10 11 12 13 | cd drupal.local\ dir Каталог: C:\OSPanel\domains\drupal.local Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 05.06.2020 21:53 vendor d----- 05.06.2020 21:53 web -a---- 05.06.2020 21:53 357 .editorconfig -a---- 05.06.2020 21:53 3858 .gitattributes -a---- 05.06.2020 21:39 3019 composer.json -a---- 05.06.2020 21:39 156268 composer.lock |
Теперь можно приступить к установке самого сайта на базе Drupal 8.
Не забудьте выставить в модулях активную версию php 7.4, и одну из последних версий mysql — MariaDB.
Если вы работаете с OpenServer, не забудьте добавить папку web в его настройках:
Теперь можно запустить OpenServer, либо перезапустить, если он уже был запущен, чтобы при открытии в браузере адреса http://drupal.local мы увидели синюю страницу установщика Drupal.
На этом все, пишите свои комментарии, пообщаемся!)