How To Install Diaspora on a CentOS 6 x86 VPS
Here’s how to install Diaspora on a CentOS6 x86 VPS.
Here’s how to install Diaspora on a CentOS6 x86 VPS.
Ruby on Rails is an extremely popular open-source web framework that provides a great way to write web applications with Ruby. This tutorial will show you how to install Ruby on Rails on Ubuntu 14.04, using rbenv. This will provide you with a solid environment for…
In this tutorial, you will build a GraphQL-powered Ruby on Rails API for taking notes. When you are finished, you will be able to create and view notes from the API using GraphQL.
A PostgreSQL database is a robust and flexible choice for your Ruby on Rails application. In this tutorial, you will set up a Ruby on Rails development environment connected to a PostgreSQL database on an Ubuntu 20.04 server. You will install and configure PostgreSQL, then test your setup by creating a Rails application that uses PostgreSQL as its database server.
In this tutorial, you will install and use Stimulus to build on an existing Rails application that offers readers information about sharks. The application already has a model for handling shark data, but you will add a nested resource for posts about individual sharks, allowing users to build out a body of thoughts and opinions about sharks. You will use Stimulus to manipulate the position and appearance of posts on the page.
Here’s how to install Discourse on a CentOS 6.4 x64 VPS.
Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. You can easily install Ruby and Rails with the command-line tool rbenv. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you easily switch Ruby versions, keeping your entire team on the same version.
In this tutorial, you will create a Ruby on Rails application that stores your favorite recipes in a PostgreSQL database then displays them with a React frontend. When you are finished, you will be able to create, view, and delete recipes using a React interface styled with Bootstrap.
This tutorial will guide you through spinning up a cloud servers with Ruby on Rails pre-installed using the the cloud provider Ruby on Rails 1-Click App. After creating your Droplet, you’ll learn about some use cases and common commands. Since this 1-Click Droplet is based on a standard Ubuntu 20.04 Droplet, you can read more of our Ruby tutorials after this guide.
This article begins to cover the details of setting up Capistrano. Capistrano is a framework for automating rails deploys and allowing you to execute multiple commands in parallel on remote servers. This tutorial covers the different sections of the capistrano configuration file.