#get root access$su -$ cd /tmp#Remove old Ruby$ yum remove ruby# Install dependencies$ yum groupinstall "Development Tools"$ yum install zlib zlib-devel$ yum install openssl-devel$ wget http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz$ tar xzvf yaml-0.1.4.tar.gz$ cd yaml-0.1.4$ ./configure$ make$ make install# Install ruby$ wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz$ tar zxf ruby-1.9.3-p194.tar.gz$ cd ruby-1.9.3-p194$ ./configure$ make$ make install# Update rubygems$ gem update --system$ gem install bundler#Test ruby and rubygems are working#Close shell and reopen for changes to take effect$ruby -v$gem --version# Rails$ yum install sqlite-devel$ gem install rails$ gem install sqlite3
Tuesday, 1 October 2013
How to Install Ruby & Rails on CentOS, Fedora or RedHat
Subscribe to:
Post Comments (Atom)
Google Antigravity: Choosing the Right Agentic Surface for Your Workflow
For most of the last few years, "AI-assisted coding" has meant one thing: an autocomplete that gets uncannily good at finishing yo...
-
How To Hide and unhide the hard disk Volumes using CMD Commands : First check how many drives are there in my computer and then s...
-
Based on readers’ feedback, here are some of the best books on Terraform Infrastructure as Code: Continuous Delivery with Jenkins, Kubernet...
-
In the rapidly evolving landscape of software development, the term " DevOps " has gained significant prominence. DevOps, short fo...
No comments:
Post a Comment