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 JavaFX APIs are built over a technology stack that enables rich-media applications (2D, 3D and audtio) to be built very quickly. In...
-
You need to add an attribute android:screenOrientation to the activity in the AndroidManifest file
-
Both JQuery and a library like Prototype JS use the $ as shortcut/alias for commands. In order not to prevent conflict, we can change the u...
No comments:
Post a Comment