As I am exploring different languages and platforms for web development, I have encountered(a few months ago) ruby on rails. It has impressed me so much that I wanted to create a virtual development environment for it. For the base I choose Ubuntu 10.04 LTS which is a great distribution for *nix beginners. We will install everything we need for a slick and updateable ruby on rails development machine.
I will just copy/paste the script I have made, notice that git version may change.
This is for a single user installation, like you would have at your home/work computer, for a server installation, you should install rvm as superuser so it will install rvm into /user/local/rvm
EDIT: There is an easier way to do this, as described on: Rails
Ready
It is an automated script that does all of this for you
When you are building a product on the internet, you should aim to get it out as soon as humanly possible. Things you don’t want to care that moment include ...
Exactly two months ago I was out on my very usual bike route and I heard the radar warning me that a car was behind me, then I heard the car braking hard and...
I wrote about migrating the Redis database from AWS ElastiCache to another provider a few years ago . In my case it was Azure, but it doesn’t matter. I used ...
When building any product or business, you want to make it as resilient as possible. You should do that from the very beginning, but sometimes this is hard, ...
Comments