Login
Discover
Waves
Communities
Login
Signup
Topics
#pm2
Global
Trending
Hot
New
Top
#pm2
New
Top communities
Create your community
latest #pm2 created topics | Ecency
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,
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
apnigrich
Fungi Lovers
2026-07-24 14:58
Published via Ecency
Promoted
The Umbrella-mushrooms
The Umbrella-Mushrooms
Greetings, friends Friday! This photo was taken last year in the Arkhangelsk taiga. I was visiting my son and we went to a farmer's ranch, if that's what you can call it. The road ran through the taiga
realmankwon
dblog
2022-02-17 17:00
!
Downvoted by users, Reveal content
[개발] AWS ubuntu 서버에서 pm2 save 가 안 될때
안녕하세요 @realmankwon입니다. pm2 를 사용하면서 서버가 재부팅이 되더라도 기존에 실행되던 프로세스를 유지하고 싶을때 pm2 save 를 해 놓으면 잘 되었습니다. 하지만 최근에 실행이 안 되더군요 구글링을 해 보니 root 계정이 아니라서 그렇다고 합니다. AWS 에서는 ubuntu가 기본 계정이라서 문제가 생긴 것 같습니다. 해결책은 일단 다음의
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
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
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
borsengelaber
Deutsch D-A-CH
2026-07-26 04:12
Published via Ecency
Promoted
Quadrathaus / Square House [GER/ENG]
Dieses Haus hat mich an den alten Werbespruch von Ritter Sport erinnert. Kennt ihr den noch? „Quadratisch, praktisch, gut.“ This house reminded me of the old Ritter Sport slogan. Do you guys still remember
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
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,大致步骤如下:
oflyhigh
cn
2019-07-07 10:34
每天进步一点点:让node.js 应用一直运行的方法
这两天和一个node.js应用较劲,其实我这玩意我的外行中外行,七窍通了六窍——一窍不通,不过慢慢学呗。 (图源 :pixabay) 昨天好不容易把程序运行起来了,浏览器也可以访问了,大松了一口气,可是早晨起来再一试,怎么访问不了啦?再一想,这也合理,我的ssh终端窗口都死掉了,程序当然一起死掉啦。
apm1007
dtube
2018-01-15 19:06
!
New account with an unverified outbound link, Reveal content
Magic Mirror: enable autostart with pm2
Magic Mirror: enable autostart with pm2 ▶️ DTube ▶️ IPFS
hellsveiah
Sketchbook
2026-07-23 07:45
Published via Ecency
Promoted
Pages From My Sketchbook - Three Eyed Cats With Wings Are Awesome
Greetings!
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