Answer the question
In order to leave comments, you need to log in
How to run meteor.js?
I start the meteor via putty ssh command meteor
,
but when I end the session, the meteor processes are cut down, that is, the meteor runs exactly as long as my session lasts.
How to run it so that it can work constantly and stably? Not depending on the session , like inside yourself ?
Answer the question
In order to leave comments, you need to log in
You can run the command through screen
That is, the screen command seems to open a virtual tab, launch it in it meteor
, then exit the screen (usually ctrl + A,D ) and your "session" in that virtual tab remains hanging. To join it again, you need to write screen -R
. Well, or just read more about screen.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question