Deployment

How To Install Ruby on Rails with RVM on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with RVM on Debian 8

Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. The Ruby programming language, combined with the Rails development framework, makes app development simple. You can easily install…

Read more
How To Manage Multi-Node Deployments with Rancher and Docker Machine on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Manage Multi-Node Deployments with Rancher and Docker Machine on Ubuntu 16.04

Rancher supports Docker Machine-based provisioning, which makes it easy to create Docker hosts on cloud providers, or inside your own data center. In this tutorial, you’ll use the the cloud provider driver that’s built into Rancher to create Droplets from the Rancher UI and provision them to run Docker compute hosts which you can monitor, scale, and use to deploy Docker containers.

Read more
How To Package And Distribute Python Applications — step-by-step Python tutorial on Progressive Robot

How To Package And Distribute Python Applications

In this the cloud provider article, we talk about the necessary tools for Python application distribution. We go over the key steps to allow readers to package their own useful libraries, modules, or applications — which should help them with deploying project on droplets or sharing on the internet.

Read more
CHAT