RubyWorks on Ubuntu


/ Published in: Bash
Save to your folder(s)

A shell script to install a Rails production stack on Ubuntu


Copy this code and paste it in your HTML
  1. wget http://rubyworks.rubyforge.org/RubyWorks.GPG.key
  2. sudo apt-key add RubyWorks.GPG.key
  3.  
  4. echo "deb http://rubyworks.rubyforge.org/debian/DEBS/ /" >> /etc/apt/sources.list
  5. sudo touch /etc/inittab
  6. sudo aptitude update
  7. sudo aptitude install rubyworks
  8.  
  9. sudo apt-get install libmysql-ruby
  10. sudo apt-get install libopenssl-ruby
  11. sudo apt-get install imagemagick
  12. sudo apt-get install libmagick9-dev
  13. sudo gem install rmagick

URL: http://rubyworks.rubyforge.org/installation/ubuntu.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.