home.social

#learndrupal β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #learndrupal, aggregated by home.social.

  1. πŸŽ“ 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

    #Workshop #DrupalCommunity #LearnDrupal #openSource

  2. #LearnDrupal #MicroLearning

    #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 backups

    Per-site installation:
    "composer require drush/drush"

    More resources:
    - drush.org
    - github.com/drush-ops/drush