Today, I installed Ruby on Rails on my Dell laptop running on Ubuntu Linux 16.04 (32-bit/i386). I just following the instructions on GoRails (https://gorails.com/setup/ubuntu/16.04) and everything seemed going smoothly. I also generated a new RSA SSH key in my laptop for Github account. So, my Github account has 2 public keys one. One key is for my desktop and another one is for my laptop computer. For my laptop, I just use the default Sqlite database and I did NOT install MySQL for my laptop. Because I think that I won't host the Ruby on Rails server and the database in a laptop computer.
Update: I have to install PostgreSQL database for Heroku production environment. Please see my next article.
References:
Setup Ruby On Rails on Ubuntu 16.04 Xenial Xerus
https://gorails.com/setup/ubuntu/16.04
Subscribe to:
Post Comments (Atom)
How to kill an abandoned process in Linux/Unix
I remembered it, then I forgot, then I remembered it, and then I forgot again. In case of a Linux/Unit process hang, I have to figure out ...
-
I realized that I did not write a blog for the installation procedures of PostgreSQL database for Ruby on Rails on Ubuntu Linux. This is an ...
-
I could not find an one-stop comprehensive webpage that explain s how to install Ruby on Rails on Ubuntu Linux from start to finish by sea...
-
Today, I wanted to add Article and Comment for my Ruby on Rails myapp2 project. It is based on Getting Started with Rails online tutorial (...
No comments:
Post a Comment