Laravel Queue work with supervisor on AWS EC2

Jangwook Kim
1 min readJun 10, 2021

1. Install a supervisor

In Amazon repository, there is no supervisor. So we should use epelrepository to install that.

sudo yum --enablerepo=epel install supervisor

2. Start supervisor

sudo service supervisord start

--

--

Jangwook Kim

Korean, live in Japan. The programmer. I love to learn something new things. I’m publishing my toy projects using GitHub. Visit https://www.jangwook.net.