B
B
Bernard Krapivin2016-12-25 08:49:08
JavaScript
Bernard Krapivin, 2016-12-25 08:49:08

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

1 answer(s)
M
Maxim, 2016-12-25
@Bobrodon

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 question

Ask a Question

731 491 924 answers to any question