Created
June 7, 2016 18:57
-
-
Save parhamr/1fc83229de389daccbbcd25c78eeac57 to your computer and use it in GitHub Desktop.
Revisions
-
Reid Parham created this gist
Jun 7, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ ## Table of Contents * [Development Reference](#markdown-header-development-reference) * [Setup](#markdown-header-setup) * [Dependencies](#markdown-header-dependencies) * [Permissions](#markdown-header-permissions) * [Theme Updating](#markdown-header-theme-updating) * [Hosts](#markdown-header-hosts) * [Provisioning](#markdown-header-provisioning) * [Debugging Errors](#markdown-header-debugging-errors) * [Outcomes](#markdown-header-outcomes) * [Maintenance](#markdown-header-maintenance) * [Database Updates](#markdown-header-database-updates) * [Testing](#markdown-header-testing) * [Checkout](#markdown-header-checkout) * [Deployment](#markdown-header-deployment) * [Manual Fallback Deployment](#markdown-header-manual-fallback-deployment) * [Anchor Fleet Integration](#markdown-header-anchor-fleet-integration) * [Rollback](#markdown-header-rollback) * [Staging QA Deployment](#markdown-header-staging-qa-deployment) * [Environment Maintenance and Cost Control](#markdown-header-environment-maintenance-and-cost-control) * [Operations](#markdown-header-operations) * [Production](#markdown-header-production) * [Services](#services) This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ ## Table of Contents * [Development Environment Reference](#development-environment-reference) * [Dependencies](#dependencies) * [Third-Party Integrations](#third-party-integrations) * [Automated Testing](#automated-testing) * [Error Reporting](#error-reporting) * [Performance Monitoring](#performance-monitoring) * [Maintenance](#maintenance) * [Running Tests](#running-tests) * [Update development S3 bucket with production assets](#update-development-s3-bucket-with-production-assets) * [Repository Housekeeping](#repository-housekeeping) * [Operations](#operations) * [Capistrano Integration](#capistrano-integration) * [SSH Client Configurations](#ssh-client-configurations) * [Capistrano Deployment Commands](#capistrano-deployment-commands) * [Preview Deployment](#preview-deployment) * [Staging Cluster](#staging-cluster) * [Deployment](#deployment) * [Running Rails Console on Staging](#running-rails-console-on-staging) * [Production Cluster](#production-cluster) * [Deployment](#production-deployment) * [Extra Safety in Production](#extra-safety-in-production) * [Running Rails Console on Production](#running-rails-console-on-production) * [Unicorn](#unicorn) * [Background Workers](#background-workers) * [Development Workers](#development-workers) * [Production Workers](#production-workers) * [Backup and Restore](#backup-and-restore) * [OAuth2](#oauth2) * [Wraith](#wraith)