I want to install Rails in my ubuntu system.So I followed the document https://help.ubuntu.com/8.04/serverguide/C/ruby-on-rails.html.Where I did sudo apt-get install rails an d it installed rails.Now the next step is to Modify the /etc/apache2/sites-available/default configuration file to setup your domains.So can you tell me how to mpodify that?
-
i guess you should install rails as a gem, no?Sergey K– Sergey K2011-03-19 06:27:09 +00:00Commented Mar 19, 2011 at 6:27
-
Are you using Ubuntu 8.04? If not, there are really far better and up-to-date guides out thereleflings– leflings2011-03-19 06:28:37 +00:00Commented Mar 19, 2011 at 6:28
Add a comment
|
4 Answers
You can find everything you need here :
https://help.ubuntu.com/community/RubyOnRails
Apache is here :
https://help.ubuntu.com/community/RubyOnRails#Configure%20Apache
Comments
I've tried to provide a good guide for getting Rails up and going on Ubuntu 11.04 (but it should be backwards compatible as well): http://blog.dcxn.com/2011/06/21/rolling-with-rails-3-on-ubuntu-11-04/
The gist of it is:
- Install RVM
- Install Rails from Gem
- Rock out and write that great web app!
Hope it helps