September 2009
6 posts
Just wasted 2 hours of my life trying to get a rails app started on mediatemple. Their rails container thing is so dumb, it feels like a little sandbox where you can’t build anything real. I tried to get multiple apps running in there over that past few months and it just isn’t easy.
Sync 2 Computers with s3
I worked up a solution to sync directories on 2 computers using s3 storage as a repository. I’m using the s3sync ruby library http://s3sync.net/wiki, and a simple setup on each computer. This idea for a backup solution is not new , I’m just taking it a step further and trying to replication the commit/update functionality of something like subversion.
The scenario is I have 2...