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/
-
Every View object has an onDraw(Canvas c) method which is used to draw it. If you want to draw something yourself, you can create a subclas...
-
Old media perspectives color the way we look at new media. We can read about Aristotle; but we can't ask him questions.
-
You need to add an attribute android:screenOrientation to the activity in the AndroidManifest file
No comments:
Post a Comment