Tag: Web Development

  • How to Deploy WordPress with Capistrano

    How to Deploy WordPress with Capistrano

    As a follow up to my talk at Wordcamp Portland 2013, in this video, I go through my entire process setting up a new project for deployment with Capistrano.

  • WordPress Up and Running w/ Mamp & VirtualHostX

    WordPress Up and Running w/ Mamp & VirtualHostX

    PLEASE WATCH THIS TUTORIAL BEFORE HAND https://vimeo.com/39956209 In this tutorial I show you guys how to simply get Wordpress to run locally on your Mac using Mamp & Virtualhost X Like to read? Check out the full post here -> http://imjakechapman.com/blog/web-development/wordpress-up-and-running-w-mamp-virtualhostx/ Links from tutorial http://www.wordpress.org ( self-hosted ) http://www.mamp.info http://www.clickontyler.com/virtualhostx For more tutorials and articles…

  • Use a single Users table for multiple WordPress sites

    Use a single Users table for multiple WordPress sites

    Using a single users table for WordPress seems like an easy task at first. You add the CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE constants to your wp-config.php file and you are apparently off to the races; or are you? What seems like a simple task becomes more involved when we realize that WordPress doesn’t handle creating user roles…