Just so you guys know this script has changed a lot since I opened it up. It now has way better output formatting, the option to install Ruby from source or RVM, better stdout and stderr redirection to the install.log and even captures signals for things like ctrl-c to kill the script nicely. Thanks for all the input and I hope it's found to be useful :)
Get Ruby and Rails running on Ubuntu with one command
51–54 of 54 posts
Re: Get Ruby and Rails running on Ubuntu with one command
#52If anyone is looking for a Debian Lenny config script (RVM, Apache, Passenger, SQLite), here it is: https://github.com/vysogot/railsready-debian-lenny
Debian has some differences.
Re: Get Ruby and Rails running on Ubuntu with one command
#53I just ran the script on Ubuntu 10.10 (64bit) but when i run "rvm list" or any other rvm command i get the following error:
/usr/local/bin/rvm: line 73: /home/myuser/.rvm/scripts/rvm: No such file or directory
Whats wrong here?
Re: Get Ruby and Rails running on Ubuntu with one command
#54I just ran the script on Ubuntu 10.10 (64bit) but when i run "rvm list" or any other rvm command i get the following error: /usr/local/bin/rvm: line 73: /home/myuser/.rvm/scripts/rvm: No such file or directory Whats wrong here?
ok... i had run the script as root and was trying to run as a normal user, thats why the error....fixed now