Drupal 9 installation using Docksal

docksal
KRKPC020012:Projects aleksander.slazak$ fin project create
1. Name your project (lowercase alphanumeric, underscore, and hyphen): drupalvideos

2. What would you like to install?
  PHP based
    1.  Drupal 9 (Composer Version)
    2.  Drupal 9 (BLT Version)
    3.  Drupal 9
    4.  Drupal 8
    5.  Drupal 8 (Composer Version)
    6.  Drupal 8 (BLT Version)
    7.  Drupal 7
    8.  Wordpress
    9.  Magento
    10.  Laravel
    11.  Symfony Skeleton
    12.  Symfony WebApp
    13. Grav CMS
    14. Backdrop CMS

  Go based
    15. Hugo

  JS based
    16. Gatsby JS
    17. Angular

  HTML
    18. Static HTML site

  Custom
    0. Custom git repository


Enter your choice (0-18): 1

Project folder:   /Users/aleksander.slazak/Projects/drupalvideos
Project software: Drupal 9 (Composer Version)
Source repo:      https://github.com/docksal/boilerplate-drupal9-composer.git
Project URL:      http://drupalvideos.docksal

Do you wish to proceed? [y/n]: y
Cloning repository...
Cloning into 'drupalvideos'...
remote: Enumerating objects: 48, done.
remote: Counting objects: 100% (48/48), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 48 (delta 4), reused 42 (delta 4), pack-reused 0
Unpacking objects: 100% (48/48), done.

3. Passing execution to fin init...

 Step 1  Initializing stack...
 ALERT:  Please update Docker Desktop to the latest version manually.
         Expected Docker Desktop version: 2.1.0.5
Removing containers...
Removing network drupalvideos_default
WARNING: Network drupalvideos_default not found.
Removing volume drupalvideos_cli_home
WARNING: Volume drupalvideos_cli_home not found.
Removing volume drupalvideos_project_root
WARNING: Volume drupalvideos_project_root not found.
Removing volume drupalvideos_db_data
WARNING: Volume drupalvideos_db_data not found.
Volume docksal_ssh_agent is external, skipping
Starting services...
Creating network "drupalvideos_default" with the default driver
Creating volume "drupalvideos_cli_home" with default driver
Creating volume "drupalvideos_project_root" with local driver
Creating volume "drupalvideos_db_data" with default driver
Creating drupalvideos_db_1  ... done
Creating drupalvideos_cli_1 ... done
Creating drupalvideos_web_1 ... done
Connected vhost-proxy to "drupalvideos_default" network.
Waiting for project stack to become ready...
 Step 2  Initializing site...
 ALERT:  Please update Docker Desktop to the latest version manually.
         Expected Docker Desktop version: 2.1.0.5
Installing dependencies...
    2/38:	https://packages.drupal.org/8/drupal/provider-2011-2$30c78f26baa2f4593866093a99917c6c992bfa7a41f5265264f7f85b2582dbb9.json
(...)
    Finished: success: 13, skipped: 0, failure: 0, total: 13
Loading composer repositories with package information
Updating dependencies (including require-dev)
    1/83:	https://codeload.github.com/symfony/filesystem/legacy.zip/b27f491309db5757816db672b256ea2e03677d30
(...)
    Finished: success: 83, skipped: 0, failure: 0, total: 83
Package operations: 83 installs, 0 updates, 0 removals
  - Installing composer/installers (v1.9.0): Loading from cache
  - Installing drupal/core-composer-scaffold (9.0.3): Loading from cache
  - Installing drupal/core-project-message (9.0.3): Loading from cache
  - Installing typo3/phar-stream-wrapper (v3.1.4): Loading from cache
  - Installing symfony/polyfill-ctype (v1.17.0): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.17.0): Loading from cache
  - Installing twig/twig (v2.12.5): Loading from cache
  - Installing symfony/yaml (v4.4.9): Loading from cache
  - Installing symfony/polyfill-php80 (v1.17.0): Loading from cache
  - Installing symfony/var-dumper (v5.1.0): Loading from cache
  - Installing symfony/translation-contracts (v2.1.2): Loading from cache
  - Installing psr/container (1.0.0): Loading from cache
  - Installing symfony/validator (v4.4.9): Loading from cache
  - Installing symfony/translation (v4.4.9): Loading from cache
  - Installing symfony/service-contracts (v2.1.2): Loading from cache
  - Installing symfony/serializer (v4.4.9): Loading from cache
  - Installing symfony/routing (v4.4.9): Loading from cache
  - Installing webmozart/assert (1.9.1): Loading from cache
  - Installing symfony/polyfill-php72 (v1.17.0): Loading from cache
  - Installing symfony/polyfill-intl-idn (v1.17.0): Loading from cache
  - Installing symfony/mime (v5.1.0): Loading from cache
  - Installing symfony/http-foundation (v4.4.9): Loading from cache
  - Installing psr/http-message (1.0.1): Loading from cache
  - Installing symfony/psr-http-message-bridge (v2.0.0): Loading from cache
  - Installing symfony/process (v4.4.9): Loading from cache
  - Installing symfony/polyfill-php73 (v1.17.0): Loading from cache
  - Installing symfony/polyfill-iconv (v1.17.0): Loading from cache
  - Installing psr/log (1.1.3): Loading from cache
  - Installing symfony/event-dispatcher-contracts (v1.1.7): Loading from cache
  - Installing symfony/event-dispatcher (v4.4.9): Loading from cache
  - Installing symfony/debug (v4.4.9): Loading from cache
  - Installing symfony/error-handler (v4.4.9): Loading from cache
  - Installing symfony/http-kernel (v4.4.9): Loading from cache
  - Installing symfony/dependency-injection (v4.4.9): Loading from cache
  - Installing symfony/console (v4.4.9): Loading from cache
  - Installing symfony-cmf/routing (2.3.2): Loading from cache
  - Installing stack/builder (v1.0.6): Loading from cache
  - Installing ralouphie/getallheaders (3.0.3): Loading from cache
  - Installing psr/http-factory (1.0.1): Loading from cache
  - Installing pear/pear_exception (v1.0.1): Loading from cache
  - Installing pear/console_getopt (v1.4.3): Loading from cache
  - Installing pear/pear-core-minimal (v1.10.10): Loading from cache
  - Installing pear/archive_tar (1.4.9): Loading from cache
  - Installing masterminds/html5 (2.7.0): Loading from cache
  - Installing laminas/laminas-zendframework-bridge (1.0.4): Loading from cache
  - Installing laminas/laminas-stdlib (3.2.1): Loading from cache
  - Installing laminas/laminas-escaper (2.6.1): Loading from cache
  - Installing laminas/laminas-feed (2.12.2): Loading from cache
  - Installing laminas/laminas-diactoros (2.3.0): Loading from cache
  - Installing guzzlehttp/psr7 (1.6.1): Loading from cache
  - Installing guzzlehttp/promises (v1.3.1): Loading from cache
  - Installing guzzlehttp/guzzle (6.5.4): Loading from cache
  - Installing doctrine/lexer (1.2.1): Loading from cache
  - Installing egulias/email-validator (2.1.17): Loading from cache
  - Installing doctrine/annotations (1.10.3): Loading from cache
  - Installing doctrine/reflection (1.2.1): Loading from cache
  - Installing composer/semver (1.5.1): Loading from cache
  - Installing asm89/stack-cors (1.3.0): Loading from cache
  - Installing drupal/core (9.0.3): Loading from cache
  - Installing drupal/core-recommended (9.0.3)
  - Installing webmozart/path-util (2.3.0): Loading from cache
  - Installing webflo/drupal-finder (1.2.0): Loading from cache
  - Installing symfony/finder (v4.4.11): Loading from cache
  - Installing nikic/php-parser (v4.9.0): Loading from cache
  - Installing dnoegel/php-xdg-base-dir (v0.1.1): Loading from cache
  - Installing psy/psysh (v0.10.4): Loading from cache
  - Installing container-interop/container-interop (1.2.0): Loading from cache
  - Installing league/container (2.4.1): Loading from cache
  - Installing dflydev/dot-access-data (v1.1.0): Loading from cache
  - Installing grasmash/yaml-expander (1.4.0): Loading from cache
  - Installing grasmash/expander (1.0.0): Loading from cache
  - Installing consolidation/config (1.2.1): Loading from cache
  - Installing consolidation/site-alias (3.0.1): Loading from cache
  - Installing consolidation/site-process (4.0.0): Loading from cache
  - Installing symfony/filesystem (v4.4.11): Loading from cache
  - Installing consolidation/self-update (1.2.0): Loading from cache
  - Installing consolidation/output-formatters (4.1.1): Loading from cache
  - Installing consolidation/annotated-command (4.1.1): Loading from cache
  - Installing consolidation/log (2.0.1): Loading from cache
  - Installing consolidation/robo (2.1.0): Loading from cache
  - Installing consolidation/filter-via-dot-access-data (1.0.0): Loading from cache
  - Installing chi-teck/drupal-code-generator (1.32.1): Loading from cache
  - Installing drush/drush (10.3.4): Loading from cache
symfony/validator suggests installing psr/cache-implementation (For using the mapping cache.)
symfony/validator suggests installing doctrine/cache (For using the default cached annotation reader.)
symfony/validator suggests installing symfony/intl
symfony/validator suggests installing symfony/config
symfony/validator suggests installing symfony/property-access (For accessing properties within comparison constraints)
symfony/validator suggests installing symfony/property-info (To automatically add NotNull and Type constraints)
symfony/validator suggests installing symfony/expression-language (For using the Expression validator)
symfony/translation suggests installing symfony/config
symfony/serializer suggests installing psr/cache-implementation (For using the metadata cache.)
symfony/serializer suggests installing symfony/property-info (To deserialize relations.)
symfony/serializer suggests installing symfony/config (For using the XML mapping loader.)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/serializer suggests installing doctrine/cache (For using the default cached annotation reader and metadata cache.)
symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
symfony/psr-http-message-bridge suggests installing nyholm/psr7 (For a super lightweight PSR-7/17 implementation)
symfony/event-dispatcher-contracts suggests installing psr/event-dispatcher
symfony/http-kernel suggests installing symfony/browser-kit
symfony/http-kernel suggests installing symfony/config
symfony/dependency-injection suggests installing symfony/config
symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
symfony/console suggests installing symfony/lock
pear/archive_tar suggests installing ext-xz (Lzma2 compression support.)
laminas/laminas-feed suggests installing laminas/laminas-cache (Laminas\Cache component, for optionally caching feeds between requests)
laminas/laminas-feed suggests installing laminas/laminas-db (Laminas\Db component, for use with PubSubHubbub)
laminas/laminas-feed suggests installing laminas/laminas-http (Laminas\Http for PubSubHubbub, and optionally for use with Laminas\Feed\Reader)
laminas/laminas-feed suggests installing laminas/laminas-servicemanager (Laminas\ServiceManager component, for easily extending ExtensionManager implementations)
laminas/laminas-feed suggests installing laminas/laminas-validator (Laminas\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent)
guzzlehttp/psr7 suggests installing zendframework/zend-httphandlerrunner (Emit PSR-7 responses)
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch)
consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify)
consolidation/robo suggests installing natxet/cssmin (For minifying CSS files in taskMinify)
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Writing lock file
Generating autoload files
31 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Scaffolding files for drupal/core:
  - Copy [web-root]/README.txt from assets/scaffold/files/drupal.README.txt
  - Copy [web-root]/sites/default/default.settings.php from assets/scaffold/files/default.settings.php
real 108.00
user 10.16
sys 15.62
Making site directory writable...
Copying /var/www/web/sites/default/settings.php...
Copying /var/www/web/sites/default/settings.local.php...
Installing Drupal...

 You are about to:
 * DROP all tables in your 'default' database.

 // Do you want to continue?: yes.

 [notice] Starting Drupal installation. This takes a while.
 [notice] Performed install task: install_select_language
 [notice] Performed install task: install_select_profile
 [notice] Performed install task: install_load_profile
 [notice] Performed install task: install_verify_requirements
 [notice] Performed install task: install_settings_form
 [notice] Performed install task: install_verify_database_ready
 [notice] Performed install task: install_base_system
 [notice] Performed install task: install_bootstrap_full
 [notice] Performed install task: install_profile_modules
 [notice] Performed install task: install_profile_themes
 [notice] Performed install task: install_install_profile
 [notice] Performed install task: install_configure_form
 [notice] Cron run completed.
 [notice] Performed install task: install_finished
 [success] Installation complete.  User name: admin  User password: vP9axPe8iB
real 32.35
user 10.59
sys 3.59
Open http://drupalvideos.docksal in your browser to verify the setup.
Look for admin login credentials in the output above.
 DONE!  Completed all initialization steps.
KRKPC020012:Projects aleksander.slazak$

 

Youtube video

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.