Skip to content

Instantly share code, notes, and snippets.

@drawcard
Last active August 29, 2015 14:14
Show Gist options
  • Save drawcard/be24472fe1f2d94531e7 to your computer and use it in GitHub Desktop.
Save drawcard/be24472fe1f2d94531e7 to your computer and use it in GitHub Desktop.
Wordpress Deploy Process
  • Setup and use WP-CLI
  • Add the following to wp-config.php:
/* https://github.com/roots/roots-sass */
define('WP_ENV', 'development');

//Allow upload of all file types: http://pixert.com/blog/wordpress-file-type-permitted-security-reasons/
define('ALLOW_UNFILTERED_UPLOADS', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment