Public Gists by joerichsen

Gravatar
Sat Dec 06 23:04:07 -0800 2008
1
2
3
#!/usr/bin/ruby
 
# Adapted version of http://griffin.oobleyboo.com/archive/ruby-enterprise-edition-gem-install-script/
Gravatar
Sat Nov 08 00:39:49 -0800 2008
1
2
3
# Install MySQL gem using the MacPorts mysql
sudo -s
ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config
Gravatar
Thu Nov 06 04:31:47 -0800 2008
1
2
3
#!/usr/bin/ruby
 
# Adapted version of http://griffin.oobleyboo.com/archive/ruby-enterprise-edition-gem-install-script/
Gravatar
Tue Oct 21 06:35:40 -0700 2008
1
2
3
git clone git://github.com/lachie/appjour.git
git clone git://github.com/giraffesoft/blank.git
git clone git://github.com/joshuaclayton/blueprint-css.git
Gravatar
Sat Oct 11 01:07:47 -0700 2008
1
2
3
#!/bin/bash
# Inspired by http://blog.fiveruns.com/2008/9/24/rails-automation-at-slicehost