Igor GrĨman
2006-May-25 10:35 UTC
[Rails] How to install Ruby on Rails from Stand alone package?
I need to instal RoR on server which is not connected to internet and which can''t be connected to internet coz of security reason. There is no other ways to connect server to internet. I know every tutorial say run gem install rails, but in this case I need to install rails from stand alone package. So, my problem is where to install files which I downloaded from http://rubyforge.org/frs/download.php/9685/rails-1.1.2.tgz? I already installed ruby-1.8.4 and rubygems-0.8.11. -- Posted via http://www.ruby-forum.com/.
njmacinnes@gmail.com
2006-May-25 11:29 UTC
[Rails] How to install Ruby on Rails from Stand alone package?
You could just use InstantRails if you''re running windows. It''s a bit easier than all of that. It''s an executable that comes with Apache, Ruby and Rails and you just unzip it into C:\. Follow the links from rubyonrails.org. -N On 25/05/06, Igor Gr?man <igor.grcman@webteh.hr> wrote:> I need to instal RoR on server which is not connected to internet and > which can''t be connected to internet coz of security reason. There is no > other ways to connect server to internet. > > I know every tutorial say run gem install rails, but in this case I need > to install rails from stand alone package. > > So, my problem is where to install files which I downloaded from > http://rubyforge.org/frs/download.php/9685/rails-1.1.2.tgz? > > I already installed ruby-1.8.4 and rubygems-0.8.11. > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Justin Forder
2006-May-26 16:12 UTC
[Rails] How to install Ruby on Rails from Stand alone package?
Igor Gr?man wrote:> I need to instal RoR on server which is not connected to internet and > which can''t be connected to internet coz of security reason. There is no > other ways to connect server to internet. > > I know every tutorial say run gem install rails, but in this case I need > to install rails from stand alone package. > > So, my problem is where to install files which I downloaded from > http://rubyforge.org/frs/download.php/9685/rails-1.1.2.tgz? > > I already installed ruby-1.8.4 and rubygems-0.8.11.If you have all the required .gem files together in a directory on the machine you are installing Rails on, you should be able to run the gem install command in that directory. According to the documentation, it attempts to find the gem locally before trying a remote install. http://docs.rubygems.org/read/chapter/10#page33 It''s not something I''ve had to do myself, but I''ve seen advice like this on the mailing list before. regards Justin
Seemingly Similar Threads
- Active Record w/ Stand Alone Script (no longer working?)
- module collections - stand alone puppet architecture
- stand alone winbind deamon services via apis
- (Better formating) Puppet Standalone Client + Fileserving, not working.... (+ nice tutorial for puppet stand-alone) :)
- invalid SID in passdb on stand-alone file server with ldapsam