I followed the directions in this blog
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
It works except for a problem that the single-user install kept going to /usr/share/ruby-rvm
http://stackoverflow.com/questions/8402827/installing-rvm-on-ubuntu
(I had the same problem -- I forgot to uninstall the package)
sudo apt-get --purge remove ruby-rvm
After doing this I could install without any problems.
But, when I tried to run it. I ran into more problems.
1) Problem with zlib and sqlite3.
you need to check what other libraries you need to apt-get by using
rvm requirements
2) Need to modify gemsfile to include gem 'execjs' and gem 'therubyracer'
And run bundle install again.
3) After that rails server worked.
This blog provided a very comprehensive instructions on how to setup rails on ubuntu 11.10.
http://rails.vandenabeele.com/
Subscribe to:
Post Comments (Atom)
Github CoPilot Alternatives (VSCode extensions)
https://www.tabnine.com/blog/github-copilot-alternatives/
-
The error message above in the title line indicates that you have some code that takes too long to run in your php file. There is a sanity ...
-
Scilab 5.0.2 installs in windows fine. But when I try to run program, get start-up screen, then an error dialog box . Error message is: Scil...
-
To Build Websites and Apps, People Flock to Coding Classes http://online.wsj.com/news/articles/SB10001424052702304709904579411354120634252...
No comments:
Post a Comment