Installer pm2
onlinenpm install -g pm2
offline
aller sur https://github.com/Unitech/PM2/releases et télécharger la dernière version en tar.gz (ex: https://github.com/Unitech/pm2/archive/2.0.15.tar.gz)
$ sudo npm install 2.0.15.tar.gz
Configurer pm2 pour le lancer au démarrage :
Paramétrer pm2 (ici sur centos 7 avec systemd)
# Auto-detect platform
$ pm2 startup
# OR
# Render startup-script for a specific platform, the [platform] could be one of:
# ubuntu|centos|redhat|gentoo|systemd|darwin|amazon
$ pm2 startup [platform] -
pm2 startup systemd
Générer le fichier systemd
$ sudo su -c "env PATH=$PATH:/usr/bin pm2 startup systemd -u stan --hp /home/stan"ensuite il faut lancer la commande :
$ pm2 start process.jsonpuis ensuite enregistrer le process :
$ pm2 saveet au redémarrage c'est bon. Après il suffit de gérer le service comme il suit :
sudo systemctl status pm2-init.service
commandes pm2
Liste processus$ pm2 list
┌──────────┬────┬──────┬──────┬────────┬─────────┬────────┬─────────────┬──────────┐
│ App name │ id │ mode │ pid │ status │ restart │ uptime │ memory │ watching │
├──────────┼────┼──────┼──────┼────────┼─────────┼────────┼─────────────┼──────────┤
│ index │ 0 │ fork │ 1314 │ online │ 0 │ 5h │ 34.801 MB │ disabled │
└──────────┴────┴──────┴──────┴────────┴─────────┴────────┴─────────────┴──────────┘
Use `pm2 show` to get more details about an app
Plus de détails sur le processus:
$ pm2 show 0
Plus d'informations sur PM2 : http://pm2.keymetrics.io/docs/usage/startup/
Инстраграмм являться самой популярной площадкой для продвижения своего бизнеса. Но, как показывает практика, люди еще чаще подписываются на профили в каких уже достаточное количество подписчиков. В случае если заниматься продвижение своими силами, потратить на это вы можете очень немало времени, потому еще лучше обратиться к спецам из Krutiminst.ru подробнее http://ango.cinewind.com/top-2/attachment/cropped-image-1-jpg/
RépondreSupprimer