From: Ashok Kumar Date: 2007-03-14T21:06:02+09:00 Subject: Re: installing ruby and rails on linux without using internet connection ------=_Part_43791_11150591.1173873957726 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 3/14/07, Brian Candler wrote: > > On Tue, Mar 13, 2007 at 11:30:12AM +0900, Ashok Kumar wrote: > > i have rails standalone package. i don't know, how to install it. > > i want to know about installation on linux and windows. > > > > can any one tell me this step. > > Depends what you mean by "standalone package". > > This could be a gem (xxx.gem) or a package for your native Linux version > (e.g. .deb for Ubuntu, .rpm for fedora) > > If it's a gem, then you must have rubygems installed first, then you use > "gem install" to install it. At this point you may discover that this gem > depends on other gems to install, so you'll end up going back into work to > get those too :-) yes, i agree. and as i suspected, rake gem should be installed separately on linux, then only you can install rails gem file. regards Ashok If it's a native package, then use the appropriate native package > installation tool (dpkg, rpm etc). You'll have a similar dependency issue. > > Might be easier to bring your PC into work :-) Regards, > > Brian. > > ------=_Part_43791_11150591.1173873957726--