[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: installing ruby and rails on linux without using internet connection

Chris Carter

3/12/2007 4:15:00 PM

On 3/12/07, Dennis Newbold <dennisne@gmail.com> wrote:
> Hi Ashok,
>
> RoR is a framework for developing web-server based applications. If
> you don't have an internet connection, I am puzzled as to what
> the point is -- RoR on a PC without an internet connection is kind of like a
> motorboat in the middle of the Sahara desert -- what would
> you do with it?
>
> Dennis
>
> On 3/12/07, Ashok Kumar <ashok.webdev@gmail.com> wrote:
> >
> > Hi,
> >
> > i am a newbie. i don't have internet connetion at home.
> > so all i can do is, i can download individually in internet browsing
> > centre
> > and install on my home pc.
> > currently i am using fedora core 6.
> > i don't know how to download individual jems file.
> >
> > it would be great, if any one of you can summaries the steps to install
> > ruby
> > and rails on linux.
> >
> > Ashok
> >
>
>
>
> --
> |------------------------------------------------------|
> | |
> | The way to be happy is to be good. |
> | |
> |------------------------------------------------------|
>

Dennis,
I do not think it is al atll necessary for you to be connected to teh
internet to develop a web application, just to deploy it

--
Chris Carter
concentrationstudios.com
brynmawrcs.com

2 Answers

John Joyce

3/12/2007 4:40:00 PM

0

not all gems are web-centric.
Though many are.


Brian Candler

3/13/2007 8:22:00 PM

0

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 :-)

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.