Skip to content

Instantly share code, notes, and snippets.

View jendiamond's full-sized avatar
🏠
Working from home

JenDiamond jendiamond

🏠
Working from home
View GitHub Profile

Docker Deep Dive - Linux Academy

Instantiate a container

$ docker pull ubuntu $ docker pull ubuntu:xenial

Run Docker container in the background - not attached

$ docker run -idt

Docker Flags
  • -I - interactive mode
  • -d - disconnected daemonized

File to be changed

  • Gemfile
  • app/views/layouts/application.html.erb
  • app/controllers/catalog_controller.rb
  • app/assets/stylesheets/blacklight.scss
  • app/models/user.rb

  1. Update Blacklight gem to 7.0.1

Introduction to the International Image Interoperability Framework (IIIF)

Why IIIF?

  • Fast, rich, zoom and pan delivery of images
  • Manipulation of size, scale, region of interest, rotation, quality and format.
  • Annotation - IIIF has native compatibility with the W3C annotation working group’s Web Annotation Data Model, which supports annotating content on the Web. Users can comment on, transcribe, and draw on image-based resources using the Web’s inherent architecture.
  • Assemble and use image-based resources from across the Web, regardless of source. Compare pages, build an exhibit, or view a virtual collection of items served from different sites.
  • Cite and Share - IIIF APIs provide motivation for persistence, providing portable views of images and/or regions of images. Cite an image with confidence in stable image URIs, or share it for reference by others–or yourself in a different environment.

Homebrew Installation on Mac

In terminal

cd usr/local

mkdir home-brew

Change owner of home-brew directory



  1. Lyla El Amrawy
  2. Nico Faltisco
  3. Caleb Crenshaw
  4. Vincente Speroni
  5. Dorian Martin - Ethan
  6. Jose Jimenez
  7. Ying-Chi Chen - Brian
  8. YueYang Gu
  9. Emma Press
  10. YiYang Cai - Yang

Clone my website / Add Stuff

Write a Tutorial for yourself, with links on how to do all of this

  1. Create a Gist
    • Name it tutorial.md
    • Copy these directions into that gist
    • Add any links and extra directions that would help you remember how to do this on your own
  2. Go to https://github.com/ucla-soc-2018/jendiamond_ucla-soc
    • Click on the green button that says clone or download
      • Use Clone with HTTPS
  3. Go to your Terminal