Skip to main content

DigitalOcean Blueprints: Getting Up and Running with Node.js, MySQL Replication, and Cachet

Access Blueprints Repositories

Node.js Web Application
MySQL Group Replication with ProxySQL
Status Page Application

Source: DigitalOcean Community Tutorials
Author: DigitalOcean
Powered by WPeMatico

DigitalOcean Blueprints: Getting Up and Running with Node.js, MySQL Replication, and Cachet
DigitalOcean Blueprints: Getting Up and Running with Node.js, MySQL Replication, and Cachet
Category: DevOps, Linux Tutorials

Comments

Popular posts from this blog

(Updated 2017) Connect to Amazon EC2 using PuTTY private key on Windows

UPDATED FOR 2017: This video will show how to use a PuTTY private key to connect to your Amazon EC2 Linux instance. Prior to this, we were using ssh on the OS X terminal and our .pem key file in order to connect. However, that didn’t work for our Windows users because .pem files are... (Updated 2017) Connect to Amazon EC2 using PuTTY private key on Windows Category: Uncategorized

Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2

Written by AWS Solutions Architects Jason Barto and Heitor Lessa In Part 1 of this post, we described how AWS CodeBuild, AWS CodeCommit, and HashiCorp Packer can be used to build an Amazon Machine Image (AMI) from the latest version of Amazon Linux. In this post, we show how to use AWS... Creating an AMI Builder with AWS CodeBuild and HashiCorp Packer – Part 2 Category: Amazon Web Services

Nested AWS CloudFormation Stacks with Continuous Delivery Using AWS CodePipeline

In CodePipeline Update – Build Continuous Delivery Workflows for CloudFormation Stacks, Jeff Barr discusses infrastructure as code and how to use AWS CodePipeline for continuous delivery. In this blog post, I discuss the continuous delivery of nested CloudFormation stacks using AWS... Nested AWS CloudFormation Stacks with Continuous Delivery Using AWS CodePipeline Category: Amazon Web Services, DevOps