Skip to content

Instantly share code, notes, and snippets.

@brigleb
Last active August 29, 2015 14:03
Show Gist options
  • Save brigleb/8bbf49899b30c8997711 to your computer and use it in GitHub Desktop.
Save brigleb/8bbf49899b30c8997711 to your computer and use it in GitHub Desktop.
Cumbersome WordPress process

Right now our process for getting a WordPress site running on a laptop sucks.

I'm writing it all down to help me figure out how to make it better.

  1. Install WordPress in your ~/Sites/sitename folder, or pull down the existing site via FTP to that folder.
  2. Init git repo or check out existing one into proper theme folder.
  3. Set up local MAMP server for project.
  4. Import existing database, or create new one with WordPress configurator.
  5. Configure local wp-config.php to point to appropriate places.
  6. Set up Grunt compliation toolchain and make sure all tasks are working. You may just have to run npm install and grunt if the tasks are already there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment