I use my site for a lot of reasons: sharing information with the world, posting projects, and sharing my photography. Another use, however, is a reminder for myself on how to do something. This is one of those cases: how to connect to an SSH server without the need of a password. Continue reading…
Currently Browsing Posts Tagged ssh
Git, Capistrano, SSH, and WordPress: Revisited
In my last Git, Capistrano, SSH, and WordPress tutorial, I showed you how to setup your WordPress theme to be easily deployable. Now, I’ve simplified the process even more by eliminating a large amount of duplicate code. Continue reading…
Git, Capistrano, SSH, and WordPress
Update: This tutorial has been updated! Several bugs have been fixed, please be sure to read all of the updates (especially if you’ve referenced this tutorial before).
Also, there is now a gem to help with the deployment script. Please visit the new tutorial after reading this one for more information.
I’m not going to lie: lately I’ve been on quite the WordPress-kick. I love being able to create a design, cut it up into HTML-ready chunks, and then use a standard WordPress template to get it into production and on the web ASAP! Generally, my workflow looks like this:
- Create the design
- Cut it up for a web layout
- Create a sample web layout and test across browsers
- Cut the HTML up into a standard WordPress template
- FTP the design to a WordPress install (into the wp-content/themes directory)
Recent Comments