Skip to content

Instantly share code, notes, and snippets.

View McFateM's full-sized avatar

Mark McFate McFateM

View GitHub Profile
@McFateM
McFateM / 01_1_testsite_guide.md
Created March 9, 2018 16:23
Expectations in the document.

Development Site Guide - isle.localdomain

Expectations: It takes an average of 15-45 minutes to read this entire document and perform the installation as prescribed.

Follow this guide to spin up and install ISLE with no URL utilizing the built-in isle-localdomain name for review and testing.

@McFateM
McFateM / 01_1_testsite_guide.md
Created March 9, 2018 16:24
Docker for Mac only

Edit 1: Docker for Mac only

Expectations: This section of the process takes an average of 3 minutes to complete.

  • Docker For Mac If you are using Docker For Mac, then use the IP address of 127.0.0.1
@McFateM
McFateM / 01_1_testsite_guide.md
Created March 9, 2018 16:25
Expectations for Summary

Summary: Test site launch process

Expectations: This section of the process takes an average of 8 minutes to complete in OSX.

  • If using Vagrant or a VM, the steps below assume you are still shelled in (connected by SSH) into the ISLE Host VM via a terminal on a local laptop.
@McFateM
McFateM / 01_1_testsite_guide.md
Created March 9, 2018 16:52
Install script on Apache container

Install script on Apache container

Expectations: This section of the process takes an average of 20 minutes to complete in OSX.

  • Run the following shell scripts manually on the apache container

    • docker exec -it isle-apache-ld bash
    • cd /tmp/isle_drupal_build_tools/
    • chmod 777 *.sh
  • ./install_isle_ld_site.sh

@McFateM
McFateM / InqScribeSnippet1.png
Last active September 19, 2018 15:09
InqScribe Workflow Document
InqScribeSnippet1.png
@McFateM
McFateM / launch-blogs-McFateM
Created November 20, 2018 19:03
Launching blogs/McFateM
NAME=blogs-mcfatem
HOST=static.grinnell.edu
IMAGE="mcfatem/blogs-mcfatem"
docker container run -d --name ${NAME} \
--label traefik.backend=${NAME} \
--label traefik.docker.network=traefik_webgateway \
--label "traefik.frontend.rule=Host:${HOST};PathPrefixStrip:/blogs/McFateM" \
--label traefik.port=80 \
--label com.centurylinklabs.watchtower.enable=true \
--network traefik_webgateway \
@McFateM
McFateM / launch-vaf
Created November 30, 2018 14:55
Commands used to launch the 'Visualizing Abolition and Freedom' static site
NAME=vaf
HOST=static.grinnell.edu
IMAGE="mcfatem/vaf"
docker container run -d --name ${NAME} \
--label traefik.backend=${NAME} \
--label traefik.docker.network=traefik_webgateway \
--label "traefik.frontend.rule=Host:${HOST};PathPrefixStrip:/vaf" \
--label traefik.port=80 \
--label com.centurylinklabs.watchtower.enable=true \
--network traefik_webgateway \
@McFateM
McFateM / gist:c97538057b3aff1c162dc83c12430cae
Last active December 8, 2018 22:07
Output from isle_islandora_installer.sh for ISLE Build of Digital.Grinnell
[islandora@dgdocker1 ISLE]$ time docker exec -it isle-apache-dg bash /utility-scripts/isle_drupal_build_tools/isle_islandora_installer.sh
Using Drush makefile to create sample Drupal site within /tmp/drupal_install
Beginning to build /utility-scripts/isle_drupal_build_tools/isle-drush_make/drupal.drush.make. [ok]
drupal-7.61 downloaded. [ok]
Project views_bulk_operations contains 2 modules: actions_permissions, views_bulk_operations.
views_bulk_operations-7.x-3.5 downloaded. [ok]
Project admin_menu contains 3 modules: admin_menu_toolbar, admin_devel, admin_menu.
admin_menu-7.x-3.0-rc6 downloaded.
@McFateM
McFateM / gist:f5e72ad7c4bf2e5719165db5cb6bb4ed
Created December 11, 2018 01:14
grinnell_installer.sh output
[islandora@dgdocker1 ISLE]$ time docker exec -it isle-apache-dg bash /utility-scripts/isle_drupal_build_tools/grinnell_installer.sh | tee ~/install.out
Using Drush makefile to create sample Drupal site within /tmp/drupal_install
Beginning to build [ok]
/utility-scripts/isle_drupal_build_tools/isle-drush_make/drupal.drush.make.
drupal-7.61 downloaded. [ok]
Project admin_menu contains 3 modules: admin_menu_toolbar, admin_devel, admin_menu.
admin_menu-7.x-3.0-rc6 downloaded. [ok]
announcements-7.x-1.x-dev downloaded. [ok]
Project ctools contains 10 modules: views_content, term_depth, stylizer, page_manager, ctools_plugin_example, ctools_custom_content, ctools_ajax_sample, ctools_access_ruleset, bulk_export, ctools.
ctools-7.x-1.14 downloaded. [ok]
@McFateM
McFateM / gist:98d09fdcc29f88ac88bf7b3cbfb8324d
Created July 3, 2019 21:47
ISLE local Drupal install script output - 3-July-2019
Using Drush makefile to create sample Drupal site within /tmp/drupal_install
Beginning to build /utility-scripts/isle_drupal_build_tools/isle-drush_make/drupal.drush.make. [ok]
drupal-7.67 downloaded. [ok]
Project views_bulk_operations contains 2 modules: views_bulk_operations, actions_permissions.
views_bulk_operations-7.x-3.5 downloaded. [ok]
Project admin_menu contains 3 modules: admin_menu_toolbar, admin_devel, admin_menu.
admin_menu-7.x-3.0-rc6 downloaded.