Skip to content

Instantly share code, notes, and snippets.

@McFateM
Created July 5, 2019 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/516d4d8db0d7190bfed4e14874b358a8 to your computer and use it in GitHub Desktop.
Save McFateM/516d4d8db0d7190bfed4e14874b358a8 to your computer and use it in GitHub Desktop.
ISLE.localdomain Output from Theme Install

╭─markmcfate@ma8660 ~/Projects/ISLE ‹ruby-2.3.0› ‹ld*› ╰─$ docker exec -it isle-apache-ld bash root@9bec4edd3964:/# cd /var/www/html root@9bec4edd3964:/var/www/html# root@9bec4edd3964:/var/www/html# cd /var/www/html/sites/all/themes root@9bec4edd3964:/var/www/html/sites/all/themes# git clone https://github.com/drupalprojects/bootstrap.git Cloning into 'bootstrap'... remote: Enumerating objects: 12635, done. remote: Total 12635 (delta 0), reused 0 (delta 0), pack-reused 12635 Receiving objects: 100% (12635/12635), 2.83 MiB | 5.60 MiB/s, done. Resolving deltas: 100% (9257/9257), done. root@9bec4edd3964:/var/www/html/sites/all/themes# chown -R islandora:www-data * root@9bec4edd3964:/var/www/html/sites/all/themes# cd bootstrap root@9bec4edd3964:/var/www/html/sites/all/themes/bootstrap# git checkout 7.x-3.x Branch '7.x-3.x' set up to track remote branch '7.x-3.x' from 'origin'. Switched to a new branch '7.x-3.x' root@9bec4edd3964:/var/www/html/sites/all/themes/bootstrap# drush -y en bootstrap The following extensions will be enabled: bootstrap Do you really want to continue? (y/n): y bootstrap was enabled successfully. [ok] root@9bec4edd3964:/var/www/html/sites/all/themes/bootstrap# mkdir -p /var/www/html/sites/default/themes root@9bec4edd3964:/var/www/html/sites/all/themes/bootstrap# cd /var/www/html/sites/default/themes root@9bec4edd3964:/var/www/html/sites/default/themes# git clone https://github.com/DigitalGrinnell/digital_grinnell_bootstrap.git Cloning into 'digital_grinnell_bootstrap'... remote: Enumerating objects: 4, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100% (4/4), done. remote: Total 182 (delta 0), reused 0 (delta 0), pack-reused 178 Receiving objects: 100% (182/182), 1.09 MiB | 3.08 MiB/s, done. Resolving deltas: 100% (64/64), done. root@9bec4edd3964:/var/www/html/sites/default/themes# chown -R islandora:www-data * root@9bec4edd3964:/var/www/html/sites/default/themes# cd digital_grinnell_bootstrap root@9bec4edd3964:/var/www/html/sites/default/themes/digital_grinnell_bootstrap# drush -y pm-enable digital_grinnell_bootstrap The following extensions will be enabled: digital_grinnell_bootstrap Do you really want to continue? (y/n): y digital_grinnell_bootstrap was enabled successfully. [ok] root@9bec4edd3964:/var/www/html/sites/default/themes/digital_grinnell_bootstrap# drush vset theme_default digital_grinnell_bootstrap theme_default was set to "digital_grinnell_bootstrap". [success] root@9bec4edd3964:/var/www/html/sites/default/themes/digital_grinnell_bootstrap#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment