Return to Snippet

Revision: 3467
at July 28, 2007 19:39 by ctran


Updated Code
wget http://rubyworks.rubyforge.org/RubyWorks.GPG.key
sudo apt-key add RubyWorks.GPG.key

echo "deb http://rubyworks.rubyforge.org/debian/DEBS/ /" >> /etc/apt/sources.list
sudo touch /etc/inittab
sudo aptitude update
sudo aptitude install rubyworks

sudo apt-get install libmysql-ruby
sudo apt-get install libopenssl-ruby
sudo apt-get install imagemagick
sudo apt-get install libmagick9-dev
sudo gem install rmagick

Revision: 3466
at July 28, 2007 17:57 by ctran


Initial Code
wget http://rubyworks.rubyforge.org/RubyWorks.GPG.key
sudo apt-key add RubyWorks.GPG.key

echo "deb http://rubyworks.rubyforge.org/debian/DEBS/ /" >> /etc/apt/sources.list
sudo touch /etc/inittab
sudo aptitude update
sudo aptitude install rubyworks

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

Initial Description
A shell script to install a Rails production stack on Ubuntu

Initial Title
RubyWorks on Ubuntu

Initial Tags
rails, ubuntu

Initial Language
Bash