Skip to content

Commit

Permalink
Include memcache-client in gems to install
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Oct 16, 2008
1 parent 7d4d502 commit e2dd719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/peepserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def run_and_return(cmd)
desc "Install gems needed by PeepCode"
task :special_gems do
run "ruby -v"
%w(merb hpricot mongrel mongrel_cluster thin libxml-ruby gruff sparklines ar_mailer bong production_log_analyzer eventmachine amqp xmpp4r json rmagick).each do |gemname|
%w(memcache-client merb hpricot mongrel mongrel_cluster thin libxml-ruby gruff sparklines ar_mailer bong production_log_analyzer eventmachine amqp xmpp4r json rmagick).each do |gemname|
sudo "gem install #{gemname} --no-rdoc --no-ri"
end
sudo "gem install mysql -- --with-mysql-lib=/usr/lib/mysql --with-mysql-include=/usr/include/mysql"
Expand Down

0 comments on commit e2dd719

Please sign in to comment.