Skip to content

Instantly share code, notes, and snippets.

View kimjayney's full-sized avatar
🏠
Working from home

jenniecoffee kimjayney

🏠
Working from home
View GitHub Profile
@kimjayney
kimjayney / readme.sh
Created May 18, 2021 16:08 — forked from thiagomarini/readme.sh
How to install supervisor on Amazon Linux
# Install it as a yum package instead of throgh pip (will save you from lots of hassle)
# first get epel
sudo amazon-linux-extras install epel
# then install supervisor
sudo yum install supervisor