Skip to content

Instantly share code, notes, and snippets.

View dev-best-studio's full-sized avatar

dev-best-studio

View GitHub Profile
@dev-best-studio
dev-best-studio / 0- install nodejs and redis.sh
Created January 17, 2022 00:00 — forked from moaalaa/0- install nodejs and redis.sh
How to run PM2 with laravel queue and laravel echo server
# Node Js
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo yum install nodejs
node --version
npm --version
# Redis