BIP KB Tag: gem
How To Install Ruby On Rails On Ubuntu 12.04 LTS
Install Ruby Introduction
This tutorial will show you how to install Ruby Version Manager (RVM) which can be used to install Ruby, and then RubyGems, which can be used to install the Ruby on Rails framework. Finally, we’ll create an empty application and see it run:
SSH to your Pod as root, and then run the following:
root@rubyserver:~# \curl -L https://get.rvm.io | bash -s stable
root@rubyserver:~# source /etc/profile.d...
By chris, March 18, 2015
How To Create Your Own Store In Minutes With Rails & Spree
Spree is a 100% open source e-commerce platform. In this tutorial you will learn how to install and creating your own store front in minutes.
About Spree
Spree is a gem, but the latest version, 2.0, is not yet compatible with Rails 4. One of the best things about 2.0 is its new API, with which you can create a mobile version of your store.
There are also a ton of useful apps you can use, such as:
spree_s...
By chris, October 8, 2015