Skip to content

Instantly share code, notes, and snippets.

@henideepak
Last active October 7, 2021 07:29
Show Gist options
  • Save henideepak/30abefb084e399583d54037ea3715dd3 to your computer and use it in GitHub Desktop.
Save henideepak/30abefb084e399583d54037ea3715dd3 to your computer and use it in GitHub Desktop.
Linex based Drupal basic command list for normal use.
Universal Change Folder Permission
find web/ -type d -exec chmod 755 {} \;
Universal Change File Permission
find web/ -type f -exec chmod 644 {} \;
Move the module in filesystem
invoke drush ev "drupal_flush_all_caches();"
invoke drush cr
drush -y config-set system.performance css.preprocess 0
drush -y config-set system.performance js.preprocess 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment