Skip to content

Instantly share code, notes, and snippets.

@parhamr
Created June 7, 2016 18:57
Show Gist options
  • Save parhamr/1fc83229de389daccbbcd25c78eeac57 to your computer and use it in GitHub Desktop.
Save parhamr/1fc83229de389daccbbcd25c78eeac57 to your computer and use it in GitHub Desktop.

Revisions

  1. Reid Parham created this gist Jun 7, 2016.
    24 changes: 24 additions & 0 deletions magento-ecom-in-the-cloud.md
    Original 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)
    31 changes: 31 additions & 0 deletions rails-ecom-app.md
    Original 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)