#learndrupal β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #learndrupal, aggregated by home.social.
-
π Step into the world of #Drupal with Maria Totova-Cholakova at #DrupalCampBerlin 2024!
π± Whether youβre a student, trainer, or a curious learner, Maria's workshop on "Getting Started with Drupal" will guide you step-by-step to create your first Drupal site, from installation to customizing content and creating pages.
ποΈ When? Nov 8, 2024, at 11:15
π οΈπ» Bring your laptop and letβs start building!π More info: drupalcamp.berlin/en/schedule
-
#Drush is a powerful, must-have tool for administering #Drupal sites from the #commandline
Typical drush actions include:
- clearing the cache(s)
- viewing the latest error log entries
- enabling / disabling a module
- resetting a user's password
- generating a one-time login link for a user
- importing / exporting database backupsPer-site installation:
"composer require drush/drush"More resources:
- drush.org
- github.com/drush-ops/drush