Search Results

Install yum and subversion on media temple dv 3.5

Saturday, March 29th, 2008
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Just upgraded one of my clients servers to dv 3.5. dv 3.5 uses centos 5 so when you install yum you’ll need to use that version  rpm -Uvh mirror.centos.org/centos/5/os/i386/CentOS/yum-3.0.5-1.el5.centos.5.noarch.rpm Subversion is now included in the developer tools package. Login to your […]


deploying rails made simple : Deploying Rails From Scratch

Wednesday, March 19th, 2008
I spent a good bit of this summer working on websites for ApacheCon US 2007 and OS Summit Asia 2007 which will be in Atlanta and Hong Kong this fall. (You should attend!) There’s a whole long sad story behind the Apache conference websites, but I’ll spare you that (for now). Instead, I wanted to […]


unfuddle : basecamp with svn

Monday, March 10th, 2008
checking out unfuddle today, cheaper plans with svn integration / hosting. I’ll test drive it after i get some time Unfuddle is a secure, hosted project management solution for software development teams. We know that you don’t have time to get a server up and running and then configure and secure Subversion repositories, ticketing systems and valuable […]


svn cheat sheet

Friday, July 27th, 2007
tired of having to hit the command line or man pages to remember subversion commands? here’s a cheat sheet to free up some of that time spent check it out : http://abbeyworkshop.com/howto/misc/svn01/


setup trac on media temple dv or centos with plesk installations

Wednesday, May 16th, 2007
I covered svn setup on media temple dv and similar centos with plesk setups here : http://elsid.net/2007/05/07/setup-svn-server-on-media-temple-dv-or-centos-with-plesk/ Now i’ll cover the basics of setting up trac on media temple dv and similar centos with plesk setups. Please note this is what worked for me (and should work for other media temple dv setups). Please let me […]


setup svn server on media temple dv or centos with plesk

Monday, May 7th, 2007
I’m saving this here for my ref: This walk through covers setting up a svn server on media temples dedicated virtual servers (dv) or similarly configured centos with plesk installations. With media temple the yum command isn’t available so we have to do it the long way first go to http://subversion.tigris.org/project_packages.html Download the source for both subversion and dependencies. […]