How To Deploy Elixir-Phoenix Applications with MySQL on Ubuntu 16.04
In the tutorial How to Automate Elixir Phoenix Deployment with Distillery and edeliver, you created a Phoenix application without a…
In the tutorial How to Automate Elixir Phoenix Deployment with Distillery and edeliver, you created a Phoenix application without a…
In this tutorial, you will configure Nginx as a reverse proxy to securely direct client requests to Jenkins.
Hugo is a static site generator that allows you to easily create and publish web content by writing in simple markup languages. Hugo can parse your content files according to your specified configuration, apply a theme, and generate beautiful web pages that can easily be…
Here’s how to deploy Jekyll Blogs with Git.
Immutable infrastructure is an infrastructure paradigm in which servers are never modified after they’re deployed. This article explains the conceptual and practical differences between mutable and immutable infrastructure, describes the advantages of using an immutable infrastructure and contextualizes the complications, and gives a high-level overview of the implementation details and necessary components for an immutable infrastructure.
ASP.NET Core is a more modular version of Microsoft’s ASP.NET Framework. It’s a high-performant, open-source framework for building modern web applications. In this tutorial you’ll set up and deploy a production-ready ASP.NET Core application with a MySQL Server on Ubuntu 18.04 using Nginx.
Jenkins is an open source Continuous Integration tool that can be used to build software, deploy software, or deploy websites to various endpoints or to run unit/behaviour-driven software tests. This article will demonstrate how to install and configure Jenkins, as well as create your first job. After setting up the basics, you’ll schedule the build on specific times and install a plugin.
Part of a series of conceptual articles outlining security best practices in MongoDB, this guide highlights the importance of regularly creating backups of your Mongo data and highlights the document database’s built-in replication features.
The “Hello, World!” program is a classic and time-honored tradition in computer programming. It’s a simple and complete first program for beginners, and it’s a good way to make sure your environment is properly configured. This tutorial will walk you through creating this program in Ruby.
In this tutorial, we will cover setting up a production-ready Node.js environment that is composed of two CentOS 7 servers; one server will run Node.js applications managed by PM2, while the other will provide users with access to the application through an Nginx reverse proxy to the application server.