Deployment

How To Set Up Apache Virtual Hosts on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Apache Virtual Hosts on Debian 8

The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible. Apache breaks its functionality and components into individual units you can…

Read more
Deploying React Applications with Webhooks and Slack on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Deploying React Applications with Webhooks and Slack on Ubuntu 16.04

When a developer is making continuous changes to an application, a deployment system with webhooks can streamline development, particularly for teams. Integrating Slack notifications for code changes into a team’s workflow can also be helpful if part of the team relies on back-end software like an API. In this tutorial, you will set up an application with `create-react-app` and configure a webhook deployment system that integrates with GitHub and Slack.

Read more
How To Deploy a React Application to an app platform — step-by-step Javascript tutorial on Progressive Robot

How To Deploy a React Application to an app platform

the cloud provider’s App Platform is a Platform as a Service (PaaS) product that lets you configure and deploy applications from a source repository. This can be a quick and efficient way to deploy your React applications, and if you are using React to build a site with no backend, you can use App Platform’s free tier. In this tutorial, you will create a React app with Create React App, push it to GitHub, then deploy it to App Platform for a quick continuous deployment option.

Read more
How To Install Apache Tomcat 8 on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 8 on CentOS 7

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation and some configuration of the latest release of Tomcat 8 on your CentOS 7 server.

Read more
How To Automate Elixir-Phoenix Deployment with Distillery and edeliver on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Automate Elixir-Phoenix Deployment with Distillery and edeliver on Ubuntu 16.04

Elixir is a functional programming language that’s popular for its focus on developer productivity and ease of writing highly concurrent and scalable applications, while Phoenix is a web framework built on Elixir to allow for the creation of highly performant web applications. In this tutorial, you’ll combine Elixir and Phoenix with edeliver and Distillery to create a single command that builds, deploys, and hot-swaps Phoenix projects in production.

Read more
How To Install Apache Tomcat 8 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 8 on Ubuntu 14.04

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation and some configuration of the latest release of Tomcat 8 on your Ubuntu 14.04 server.

Read more
CHAT