top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How do I install Ruby on Rails on a CentOS server?

0 votes
392 views

I have a CentOS server which is part of an offline/private network. I need to install Ruby on Rails,
MySQL, Apache, and PHPmyAdmin on the server. Please help?

posted Aug 12, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Connect to the Internet, install everything normally, and then disconnect.

The alternatives are not clean

answer Aug 12, 2014 by Deepankar Dubey
Similar Questions
+3 votes

I am having problems in installing ruby on rails on Kali Linux. Can someone share some help or links links which have worked so far?

0 votes

When I view the output of the top command on ubuntu, I notice sometimes there is 6 ruby processes. When are each of these processes spawned?
http://tinypic.com/view.php?pic=2i24rwh&s=5

I cannot imagine that it's every time someone loads the rails application from a different ip address, otherwise I would assume there would be more ruby processes spawned.

0 votes

How can I use ruby on rails input field selector?

This is form:

Jquery
 user_user_name:{
   validators: {
     notEmpty: {
       message: 'The company name is required and cannot be empty'
     }
   }
 },
...