Upgrade to Pro — share decks privately, control downloads, hide ads and more …

From Local to Live to Staging Using Version Control and Deployment Tools

Mark Wilkinson
September 18, 2014

From Local to Live to Staging Using Version Control and Deployment Tools

Hints and tips on setting up your development and workflow environment specifically for WordPress sites.

Mark Wilkinson

September 18, 2014
Tweet

More Decks by Mark Wilkinson

Other Decks in Technology

Transcript

  1. markwilkinson.me | @wpmark this talk will cover current development setup

    developing locally version control staging/product sites deployment
  2. markwilkinson.me | @wpmark this talk will cover current development setup

    developing locally version control staging/product sites deployment
  3. markwilkinson.me | @wpmark this talk will cover current development setup

    developing locally version control staging/product sites deployment
  4. markwilkinson.me | @wpmark this talk will cover current development setup

    developing locally version control staging/product sites deployment
  5. markwilkinson.me | @wpmark this talk will cover current development setup

    developing locally version control staging/product sites deployment
  6. Albert Einstein “ markwilkinson.me | @wpmark Insanity: doing the same

    thing over and over again and expecting different results
  7. http://markjaquith.wordpress.com/2011/06/24/wordpress-local-dev-tips/ if ( file_exists( dirname( __FILE__ ) . '/local- config.php'

    ) ) { include( dirname( __FILE__ ) . '/local-config.php' ); define( 'WP_LOCAL_DEV', true ); } else { // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ } markwilkinson.me | @wpmark
  8. markwilkinson.me | @wpmark recap develop locally under version control use

    deployment not ftp deploy to staging first deploy to production database not that important
  9. markwilkinson.me | @wpmark recap develop locally under version control use

    deployment not ftp deploy to staging first deploy to production database not that important
  10. markwilkinson.me | @wpmark recap develop locally under version control use

    deployment not ftp deploy to staging first deploy to production database not that important
  11. markwilkinson.me | @wpmark recap develop locally under version control use

    deployment not ftp deploy to staging first deploy to production database not that important
  12. markwilkinson.me | @wpmark recap develop locally under version control use

    deployment not ftp deploy to staging first deploy to production database not that important
  13. markwilkinson.me | @wpmark recap develop locally under version control use

    deployment not ftp deploy to staging first deploy to production database not that important
  14. markwilkinson.me | @wpmark Thank you! Questions: @wpmark (or now!) Slides:

    markwilkinson.me DeployHQ Discount Code: MARKWILKINSON