Created
August 25, 2011 18:28
Revisions
-
rtanglao revised this gist
Oct 19, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,4 +19,6 @@ 1. 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 1. gem install tlsmail 1. gem install parseconfig 1. adduser jenzed 1. add user to mongodb at mongohq.com -
rtanglao revised this gist
Aug 25, 2011 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,8 +16,7 @@ 1. gem install mongo 1. gem install bson_ext 1. gem install SystemTimer 1. 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 1. gem install tlsmail 1. gem install parseconfig -
rtanglao revised this gist
Aug 25, 2011 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ 1. git clone git@github.com:rtanglao/momogs.git 1. ruby 1.8.x was previously installed 1. removed require 'rubygems' (not sure if it's required) 1. get rubygems, unpack and install 1. wget http://rubyforge.org/frs/download.php/75296/rubygems-1.8.9.tgz @@ -16,5 +16,8 @@ 1. gem install mongo 1. gem install bson_ext 1. gem install SystemTimer 1. gem install tlsmail 1. gem install parseconfig 1. 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 -
rtanglao revised this gist
Aug 25, 2011 . 1 changed file with 11 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,20 @@ 1. git clone git@github.com:rtanglao/momogs.git 1. ruby was previously installed 1. removed require 'rubygems' (not sure if it's required) 1. get rubygems, unpack and install 1. wget http://rubyforge.org/frs/download.php/75296/rubygems-1.8.9.tgz 1. tar xvfz rubygems-1.8.9.tgz 1. cd rubygems-1.8.9 1. ruby setup.rb 1. apt-get rubyfull 1. apt-get install build-essential libopenssl-ruby ruby1.8-dev 1. to check out env: /usr/bin/gem1.8 env 1. /usr/bin/gem1.8 install json 1. add MONGO_HOST, MONGO_PORT, MONGO_USER, MONGO_PASSWORD to .bashrc 1. add export RUBYOPT=rubygems to .bashrc 1. ln -s /usr/bin/gem1.8 /usr/bin/gem 1. gem install mongo 1. gem install bson_ext 1. gem install SystemTimer 1. 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 -
rtanglao revised this gist
Aug 25, 2011 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,9 @@ 1. added stuff to .bashrc for MONGODB and RUBYOPTS 1. removed require 'rubygems' (not sure if it's required) 1. get rubygems, unpack and install 1. wget http://rubyforge.org/frs/download.php/75296/rubygems-1.8.9.tgz 1. tar xvfz rubygems-1.8.9.tgz 1. cd rubygems-1.8.9 1. ruby setup.rb -
rtanglao revised this gist
Aug 25, 2011 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,9 @@ 1. added stuff to .bashrc for MONGODB and RUBYOPTS 1. removed require 'rubygems' (not sure if it's required) 1. get rubygems, unpack and install 1. wget http://rubyforge.org/frs/download.php/75296/rubygems-1.8.9.tgz 1. tar xvfz rubygems-1.8.9.tgz 1. cd rubygems-1.8.9 1. ruby setup.rb -
rtanglao revised this gist
Aug 25, 2011 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,9 @@ 1. added stuff to .bashrc for MONGODB and RUBYOPTS 1. removed require 'rubygems' (not sure if it's required) 1. 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 -
rtanglao revised this gist
Aug 25, 2011 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,3 +2,10 @@ 1. ruby was previously installed 1. added stuff to .bashrc for MONGODB and RUBYOPTS 1. removed require 'rubygems' (not sure if it's required) 1. 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 -
rtanglao created this gist
Aug 25, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ 1. git clone git@github.com:rtanglao/momogs.git 1. ruby was previously installed 1. added stuff to .bashrc for MONGODB and RUBYOPTS 1. removed require 'rubygems' (not sure if it's required)