Introduction
Hello! It’s my learning note on Docker, and it’s still unorganised, so I’m sorry that there is not a English version yet.
Supervisor
on MacOS
Supervisor
on AWS
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.
Here are the points in this article:
jenkins
on AWS EC2
with Amazon Linux 2 AMI (HVM)
jenkins
on AWS EC2
with Amazon Linux AMI 2018.03.0 (HVM)
GitHub
is updated, automatically implement git pull
on AWS EC2
and synchronize with your project on GitHub
Launch a AWS EC2 instance, the testing instance is Amazon Linux 2 AMI (HVM), SSD Volume Type - ami-0d7ed3ddb85b521a6
Connect to your EC2 instance, and entersudo vim /etc/httpd/conf.d/yourProjectName.conf
paste the following code
Update your browser to view this website correctly. Update my browser now