How To Install And Get Started With Sinatra On Your System Or VPS
Sinatra is a simple and lightweight web framework written in Ruby. This article assumes you know basic Ruby and have Ruby and RubyGems installed on your system or cloud server.
Sinatra is a simple and lightweight web framework written in Ruby. This article assumes you know basic Ruby and have Ruby and RubyGems installed on your system or cloud server.
In this the cloud provider article, we will learn a couple of different ways to take your Sinatra application out of its hidden box and share it with the world on Ubuntu using different and interesting technologies and methods.
In this the cloud provider article, we are going to learn how to install the latest available version of the official Ruby interpreter (2.1.0) on a Ubuntu 13 droplet along with Sinatra web-application development library. Afterwards, we will create a sample project and continue with real-world deployments.