Running the server in background Perpetually #83
Answered
by
tecoholic
Curiosity007
asked this question in
Q&A
|
Main objective is to keep the server running. But "nohup yarn serve &" is not achieving this result. Any alternatives? |
Answered by
tecoholic
Mar 23, 2023
Replies: 2 comments 2 replies
|
Not sure what your usecase is, the alternatives would be to:
|
0 replies
Answer selected by
tecoholic
|
I am using Linux OCI to host this. Now I have limited knowledge about hosting/configuring server. What I was doing, ran the code (nohup yarn serve &) via putty, and accessing the url, which has the same UI as https://tecoholic.github.io/ner-annotator/ . Can you kindly point me to the right direction on what needs to be done. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure what your usecase is, the alternatives would be to: