curl -sL https://rpm.nodesource.com/setup_18.x | sudo bash -
dnf install -y nodejs
curl -sL https://rpm.nodesource.com/setup_18.x | sudo bash -
npm install pm2 -g
python3 --version
dnf install -y python3-pip python3-devel gcc
pip3 install Flask
python3 -m venv myenv
source myenv/bin/activate
pm2 start app.py --interpreter python -- runserver
npm install -g create-react-app
create-react-app my-react-app
cd my-react-app
npm start
pm2 start npm -- start
yum install epel-release -y
yum install redis -y
systemctl start redis
systemctl enable redis
systemctl status redis
redis-cli
ping