Skip to content

Instantly share code, notes, and snippets.

View joerodrig's full-sized avatar

Joe James Rodriguez joerodrig

View GitHub Profile
@joerodrig
joerodrig / GIF-Screencast-OSX.md
Created August 20, 2019 17:55 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

##Deploying a Ruby on Rails application to Amazon Web Services

  1. Create a rails application
 $ rails new widgetly -T -d postgresql
  1. Inside the application folder, run the following: