Category Archives: git

git-style-binaries screencast

Just released: git-style-binaries ruby gem. Checkout the README on github. Checkout the screencast.
Also posted in code, gems, programming, ruby | Leave a comment

PoolParty s3fs Plugin

Goal A new plugin install and mount s3fs volume on an instance using PoolParty. Getting it git clone git://github.com/jashmenn/poolparty-s3fs-plugin.git Usage NOTICE You must have already created your S3 bucket. This plugin will not create it for you. cloud(:app) ... s3fs(:bucket => "my-fun-bucket") ... end This will be mounted at /mnt/my-fun-bucket You can mount multiple buckets and/or change the mount point: s3fs do [...]
Also posted in deployment, ec2, ruby | Leave a comment

sake task for remote git repo init

sake advantages sake is a tool for system-wide rake tasks. It was created by Chris Wanstrath and is now maintained by postmodern. It provides a handy way to distribute generally-useful rake tasks. The advantage of sake over, say, a script in ~/bin is that 1) you have a predictable interface and 2) its [...]
Also posted in ruby, sysadmin | Leave a comment