#AWS

Introduction

Here are what this article is going to cover:

  1. Deploy Supervisor on MacOS
  2. Deploy Supervisor on AWS

What is Supervisor?

Supervisor is a process monitor and control system. Because Ray do use Laravel Queue on a project, and queue worker has to be running on the background continuously. So what if the queue work fails and disconnect? With Supervisor, we will be able to restart them after they either fail or close.

Read More

Introduction

Here are the points in this article:

  1. Deploy jenkins on AWS EC2 with Amazon Linux 2 AMI (HVM)
  2. Deploy jenkins on AWS EC2 with Amazon Linux AMI 2018.03.0 (HVM)
  3. When specified branch on GitHub is updated, automatically implement git pull on AWS EC2 and synchronize with your project on GitHub

Read More

  1. Launch a AWS EC2 instance, the testing instance is Amazon Linux 2 AMI (HVM), SSD Volume Type - ami-0d7ed3ddb85b521a6

  2. Connect to your EC2 instance, and enter
    sudo vim /etc/httpd/conf.d/yourProjectName.conf

  3. paste the following code

Read More

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×