Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #pm2 created topics on internet
lemooljiang
HIVE CN 中文社区
2023-08-12 13:42
打包和布署 / nuxt#12
当一切都开发好后,就是打包和布署啰,开发体验还是很好的:轮子都造好了,放在了顺手的位置。这大概也是不少Vue的开发者转向Nuxt的原因吧。 更改服务器端口 1. yarn build , 得到, .output/server/index.mjs 2. 设置服务器端口 port 源码: .output\server\chunks\nitro\node-server.mjs //const port =
$ 2.344
32
hiro-hive
Happy Catz
2022-07-31 00:14
25KG Servo in Action on HappyCatz Project
The 25KG Servo is now in use in replacement of the old servo that got stripped plastic gear. See my post here MG995 is my old servo but refunded it on Amazon because the seller told me that it is a metal
$ 4.508
20
1
hiro-hive
Happy Catz
2022-07-25 01:00
Happy Catz New OBS setup looks fine
Recently, I was figuring out how things work out on OBS, which stands for Open Broadcaster Software. What is OBS? OBS Studio (formerly Open Broadcaster Software or OBS, for short) is a free, open-source,
$ 17.696
41
6
hiro-hive
Happy Catz
2022-07-05 00:00
PM2 installation for Happy Catz code improvement
What is going on guys? Today I want to show you the problem I encounter running the server node js on Windows 10 and how I manage to solve it. I came across some errors after running node index_servo.js
$ 4.185
24
2
oadissin
Splinterlands
2026-04-03 19:11
Promoted
Climbing Smart, No Bruteforce: My Splinterlands Silver League Plan
Let's find our way back to the league We scored before season reset. It is a serious adventure that can open the doors to Champion league in modern format. Hold on to your seat.
$ 5.048
257
11
realmankwon
dblog
2022-02-17 17:00
[개발] AWS ubuntu 서버에서 pm2 save 가 안 될때
안녕하세요 @realmankwon입니다. pm2 를 사용하면서 서버가 재부팅이 되더라도 기존에 실행되던 프로세스를 유지하고 싶을때 pm2 save 를 해 놓으면 잘 되었습니다. 하지만 최근에 실행이 안 되더군요 구글링을 해 보니 root 계정이 아니라서 그렇다고 합니다. AWS 에서는 ubuntu가 기본 계정이라서 문제가 생긴 것 같습니다. 해결책은 일단 다음의
$ 0.000
17
1
gingerninja
coding
2022-01-25 18:43
How to use PM2 to keep your Node.js projects alive 24/7
IMG SOURCE Hey everyone, hope all is well. Today I want to share with you a popular process managing tool called pm2 that can help you keep your Node.js projects alive 24/7. This tool is mainly used on
$ 1.155
30
dardrey
DBuzz
2020-12-20 20:35
PM2 is a tool for launching your scripts on the server. It is a really ...
PM2 is a tool for launching your scripts on the server. It is a really useful tool that can launch your code in background, by using different modes, environment variables. Also this tool allocates payload
$ 0.019
2
d00k13
smoke-io
2019-12-01 14:30
All Green Once Again!!! Missed Blocks 🤦♂️ How Do I Auto Start With Pm2?
This would have been about the time all @d00k13 hit the fan... I was people watching smoking a few joints 😅 while missing blocks left right and centre. Having started into playing with things on linux
$ 3.259
70
1
gunting
Freewriters
2026-03-31 02:06
Promoted
Freewrite || The Fire That Teaches About Letting Go
Today, I stood before a fire that burned so vibrantly. Dry wood was haphazardly arranged, blending with blackened bamboo stalks, while old tires burned amidst the flames. The fire wasn't just hot; it seemed
$ 0.054
29
4
themarkymark
linux
2019-09-06 09:14
How to use PM2 to manage your scripts
Process Manager 2 (aka PM2) is one of my favorite apps that allows me to manage my scripts. It is easy to use and extremely powerful. What PM2 offers: Restart scripts automatically upon failure Restart
$ 34.595
308
14
oflyhigh
cn
2019-07-13 11:29
每天进步一点点:PM2设置开机自启动
之前的文章中,我介绍了可以使用PM2来让node.js程序一直运行,但是这样做的一个前提是我们要执行一下pm2 start xxx.js命令。 (图源 :pixabay) 那么新问题来了,每次我们需要重启服务器,都需要重新执行一下pm2 start xxx.js命令,是不是很麻烦,有没有办法让PM2在开机时自动启动我们的应用? pm2 startup 方式之一是使用pm2 startup,大致步骤如下:
$ 12.019
131
3
oflyhigh
cn
2019-07-07 10:34
每天进步一点点:让node.js 应用一直运行的方法
这两天和一个node.js应用较劲,其实我这玩意我的外行中外行,七窍通了六窍——一窍不通,不过慢慢学呗。 (图源 :pixabay) 昨天好不容易把程序运行起来了,浏览器也可以访问了,大松了一口气,可是早晨起来再一试,怎么访问不了啦?再一想,这也合理,我的ssh终端窗口都死掉了,程序当然一起死掉啦。
$ 14.941
152
4
apm1007
dtube
2018-01-15 19:06
Magic Mirror: enable autostart with pm2
Magic Mirror: enable autostart with pm2 ▶️ DTube ▶️ IPFS
$ 0.000
0
mizuosemla
Ecency
2026-04-05 14:11
Promoted
Japanese food, but not sushi 🍣 - 04042026
🇬🇧 English 🍽 ① Meal Description Multigrain rice, salmon sashimi, sautéed chicken breast, black beans, miso soup (tofu, wakame, and egg), tomatoes, vegetable tempura, and tsukudani (sweet-simmered side
$ 0.162
36
cyma
pm2
2017-12-14 05:27
PM2 에서 Next.js OR Nuxt.js 동작시키기
for development pm2 start npm --name "next" -- run dev for production npm run build pm2 start npm --name "next" -- start
$ 0.000
3
1