Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiments in Assets, and bootstrapping Drupal #4

Closed
wants to merge 8 commits into from

Commits on Feb 12, 2020

  1. Add initial assets image

    Assets tar contains files from a stock Drupal install, and nothing else
    birkland committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    df06403 View commit details
    Browse the repository at this point in the history
  2. Make Drupal directories mountable

    We mount drupal assets at /mnt/assets.  This symlinks the appropriate
    /var/www directories to their equivalent in /mnt/assets
    birkland committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ffe8b20 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Add an entrypoint and bootstrap script to assets

    The bootstrap script will add the required Mysql accounts for Drupal,
    and use drush to bootstrap a Drupal instance
    
    The entrypoint keeps the assets container 'running' so that I can poke
    at it and debug.
    birkland committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    053e186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    485364f View commit details
    Browse the repository at this point in the history
  3. Refactor mysql vars

    birkland committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fae5cb9 View commit details
    Browse the repository at this point in the history
  4. Wire assets image for bootstrapping Drupal

    Attach it to the internal net, and expose the docker socket so it can
    issue remote commands.
    birkland committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    79fed22 View commit details
    Browse the repository at this point in the history
  5. Name the assets container

    birkland committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    4f7f4d9 View commit details
    Browse the repository at this point in the history
  6. Add dump script

    birkland committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a3e165b View commit details
    Browse the repository at this point in the history