Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  635  wget https://ftp.drupal.org/files/projects/drupal-10.2.2.tar.gz
  636  tar zxvf drupal-10.2.2.tar.gz
  637  cd drupal-10.2.2/
  638  ls
  639  cp -R core vendor ../web
  640  cp *.* .[a-z]* ../web
  641  cd ../web


core update

  755  cd web
  757  composer require drupal/core-recommended:10.2.3 drupal/core-composer-scaffold:10.2.3 drupal/core-project-message:10.2.3 --update-with-all-dependencies


Custom module update

modules/custom/
  840  vim my_module/my_module.module

  drush pm:uninstall my_module && drush cache:rebuild
  841  drush pm:enable my_module
  842  drush pm:install my_module
  843  drush cache:rebuild
  844  sudo drush cache:rebuild