Search⌘ K

Deploying on the Rails Server

Discover how to deploy a Ruby on Rails application by running the Rails server with Puma. Learn to start the server, use shorthand commands, bind to network interfaces, and enable HTTPS with SSL keys to successfully launch your app.

We'll cover the following...

Coming online

In the previous lesson, you used rails new to create a new project, and now you already have an application that you can run. You will use a Rails script to run the Puma web-server to deploy our ...