Skip to content

Instantly share code, notes, and snippets.

View admicaa's full-sized avatar
💡
Code code code

Ahmed Ali Thabet admicaa

💡
Code code code
  • Egypt, Sohag
View GitHub Profile
@admicaa
admicaa / 0- install nodejs and redis.sh
Created January 10, 2022 01:13 — 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