error

  • The page you requested does not exist. For your convenience, a search was performed using the query articles OR drupalorgs OR migration OR to OR git OR update.
About searching

Search results

  1. Updating go1.x Runtime in AWS Lambdas

    … development workflows and working on the cloud. Publishes articles, books, and code. … provisioning or managing servers. Many refer to serverless applications as lambdas (a … runtime is provided.al2023 . Full details and migration docs are available at Migrating AWS Lambda …

  2. Deploying to Private Servers via WireGuard from GitHub Actions

    Deploying to Private Servers via WireGuard from GitHub Actions … .env # secrets, never committed to git config/ # application config files data/ … and key generation       sudo apt update && sudo apt install -y wireguard # Generate server …

  3. Just Say Drupal‽

    … Drupal's identity is very nuanced, from its rich history to its future potential. We discuss why at least one … Drupal eight, and that might not be a very straightforward migration. One of the things that I read in the issue queue, … can't download it easily, you know, unless you're going to git and checking it out, you know, the contributed projects …

  4. Useful Git Configurations You May Have Missed

    Useful Git Configurations You May Have Missed … is a senior front-end developer in New York, NY, who loves to solve hard architectural issues. … git hide path/to/file git config --global alias.hide "update-index --assume-unchanged" # git unhide …

  5. A Legacy Leap with Drupal Retrofit

    … for Drupal 7 and the potentially daunting task of updating to the latest version. We're joined by the esteemed Matt … Data Migration … that I need to merge is the module handler. They removed git hook implementations. Something of that matter. Well …

  6. South Dakota State University

    … South Dakota State University (SDSU) faced a massive digital challenge. Their monolithic website—with 90,000+ pages—was difficult to navigate, overloaded with inconsistent content, and … Complex migration – A hybrid migration approach enabled us to

  7. Drupal: An Overview

    … platform? How secure is Drupal? Migrating to Drupal A brief history of Drupal What is … smoothly. Migrating to Drupal Drupal has a suite of migration tools that are robust, feature-rich, and stable. … For a full guide for someone who doesn’t know PHP or Git, check out the full guide on how to become a Drupal …

  8. What is Content Strategy?

    … individually. Anything that conveys meaningful information to people is  content . Content is data. Content is … model of a domain. We usually create a domain model using a digital whiteboard tool like FigJam. A domain model … and workflow processes by documenting content ownership and migration status. It also includes editorial or technical …

  9. The Easy Guide to Resolving composer.lock Conflicts

    The Easy Guide to Resolving composer.lock Conflicts … conflict, all you get is this error message: $ git pull origin main Auto-merging composer.lock CONFLICT … changes more similarly to how other systems treat database migrations. In this model, developers would commit the …