LOEMIND.txt 921 B

1234567891011121314151617181920212223
  1. apt update
  2. apt -y install curl git unzip vim wget && \
  3. apt-get clean
  4. # Drupali tuuma install
  5. composer install
  6. # To see which versions of Drupal core are available, use this command
  7. composer show drupal/recommended-project --all
  8. #Check for available Drupal core and module updates:
  9. composer outdated drupal/*
  10. # All of your modules and themes can be updated along with Drupal core via:
  11. composer update
  12. # Mooduli install
  13. php -d memory_limit=-1 `which composer` require 'drupal/masquerade' --update-no-dev --update-with-all-dependencies
  14. # SMTP
  15. php -d memory_limit=-1 `which composer` require 'phpmailer/phpmailer' --update-no-dev
  16. php -d memory_limit=-1 `which composer` require 'drupal/smtp' --update-no-dev --update-with-all-dependencies
  17. # Theme
  18. php -d memory_limit=-1 `which composer` require 'drupal/d8w3css' --update-no-dev --update-with-all-dependencies
  19. #composer remove 'drupal/d8w3css' --update-with-dependencies