- git clone git@github.com:rtanglao/momogs.git
- ruby 1.8.x was previously installed
- removed require 'rubygems' (not sure if it's required)
- get rubygems, unpack and install
- wget http://rubyforge.org/frs/download.php/75296/rubygems-1.8.9.tgz
- tar xvfz rubygems-1.8.9.tgz
- cd rubygems-1.8.9
- ruby setup.rb
- apt-get rubyfull
- apt-get install build-essential libopenssl-ruby ruby1.8-dev
- to check out env: /usr/bin/gem1.8 env
- /usr/bin/gem1.8 install json
- add MONGO_HOST, MONGO_PORT, MONGO_USER, MONGO_PASSWORD to .bashrc
- add export RUBYOPT=rubygems to .bashrc
- ln -s /usr/bin/gem1.8 /usr/bin/gem
- gem install mongo
- gem install bson_ext
- gem install SystemTimer
- for some strange reason the year 2099 is out of range on Debian Lenny Linux but not on Mac OS X! Is this a 32 bit versus 64 bit thing? fixed by changing 2099 to 2037
- gem install tlsmail
- gem install parseconfig
- adduser jenzed
- add user to mongodb at mongohq.com
Created
August 25, 2011 18:28
Debian Lenny Yak Shaving to get my Ruby Get Satisfaction scripts working on my VPS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment