Posts Tagged ‘github’

  • June
  • 13
  • 2009

Black Apple

by Adam

If its not obvious, this theme is loosely based off of the design of Apple.com.  Steve, its the highest form of flattery ;)

If you are interested in downloading this theme, or would like to improve on it, fork the black apple theme on github.  I’ll gladly merge your commits and once I am ready with a final version, I will upload this to the WordPress.org theme directory.

Categories: Themes WordPress Tags:

  • June
  • 13
  • 2009

Deploying WordPress with Capistrano

by Adam

I do Ruby on Rails development full time at the moment.  With Rails, I usually deploy my applications to the web server with a program called Capistrano.  Its a Ruby Gem.  A ruby gem is ruby program installed by the “gems package manager.” It’s similar to yum or apt if you have ever install software on Linux.  Capistrano lets you create a recipe that specifies how to deploy your application to the server (or servers). Continue

Categories: PHP WordPress Tags: