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

Beginners Guide to WordPress Workflow

Beginners Guide to WordPress Workflow

Are you new to WordPress and unsure how to migrate a site manually? Do you want to start working locally but have no idea what tool to use and what needs to go where?

This session will talk about migration, local environments and how to connect everything together to find your perfect developer workflow.

Topics Covered:

WordPress Core Folder Structure & Database Structure
Version Control
Local Environments
Site Hosting
Migration Process

Tessa Kriesel

July 15, 2017
Tweet

More Decks by Tessa Kriesel

Other Decks in Technology

Transcript

  1. WHAT IS GIT? Git is a free and open source

    distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
  2. CLEAN FOLDERS Setup a “www” or “sites” folder in the

    root directory of your computer. As you create projects, create subfolders for each project and include all project files in there. This will also be easier for when you start using command line and for your local environment tool.
  3. INSTALL WORDPRESS 1. Create Database 2. Copy over files from

    WordPress.org download 3. Setup your local environment - this varies depending on tool 4. Navigate to the url for your local environment 5. Run WordPress Install 6. If you are using git, you should do your first commit of your WordPress site
  4. SHARED HOSTING ★Cheaper ★Noisy Neighbor Issues ★Learn things - possibly

    the hard way ★Lots of competition means they work harder ★More Control ★No Limits
  5. MANAGED HOSTING ★Costs More ★Fast & Secure ★Great Support ★Dev

    Tools ★3rd Party Integrations ★Automated Updates & Backups ★Less Control