Git Product home page Git Product logo

d9_dln's Introduction

Drought Learning Network website migration project

This project requires a /src folder containing source:

  1. Drupal 8 libraries, modules, themes and sites folders
  2. MySQL dump file for the Drought Learning Network website being migrated to Drupal 9 using Docker containers.

The /src folder is not located in GitHub.

General instructions to update containers:

  1. Update Drupal module a. Edit update_drush.sh to require correct module or theme version or to add a new module or theme requirement b. In Power Shell terminal: cd <d9_dln project folder> docker-compose down docker-compose build --no-cache docker-compose up c. Wait for dln-composer to finish updating ( returns exit code 0 ) d. In another Power Shell terminal: cd <d9_dln project folder> docker ps docker exec -it bash e. Run script to update Drupal database: ./update-drush.sh f. Login to website and check Updates Available report to verify modules update was performed

  2. Update Drupal core a. Edit Dockerfile drupal image version number b. In Power Shell terminal: cd <d9_dln project folder> docker-compose down docker volume ls docker volume rm docker volume rm docker-compose build --no-cache docker-compose up c. Wait for dln-composer to finish updating ( returns exit code 0 ) d. In another Power Shell terminal: cd <d9_dln project folder> docker ps docker exec -it bash e. Run script to update Drupal database: ./update-drush.sh f. Login to website and check Updates Available report to verify Drupal core update was performed

  3. Update MySQL server a. Edit docker-compose.yml mysql image version number b. In Power Shell terminal: cd <d9_dln project folder> docker-compose down docker volume ls docker volume rm docker-compose build --no-cache docker-compose up c. Wait for dln-composer to finish updating ( returns exit code 0 ) d. In another Power Shell terminal: cd <d9_dln project folder> docker ps docker exec -it bash e. Run script to update Drupal database: ./update-drush.sh f. Login to dln-phpmyadmin to verify mysql update was performed

d9_dln's People

Contributors

keramsey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.