-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runing OHIF Viewer as a service without meteor #4
Comments
The most simple way would be to run it with & at the end of the command, I guess. People usually use meteor deploy to deploy to servers. For a local daemon, there are a few suggestions here: http://stackoverflow.com/questions/15657071/how-to-run-meteor-on-startup-on-ubuntu-server Nothing here is specific to the OHIF Viewer, though. These are general to Meteor. There is no way to run the OHIF Viewer without Meteor, though. |
Fix config target dir slash
* chore(version): version.json [skip ci] * chore(version): Update package versions [skip ci] --------- Co-authored-by: ohif-bot <[email protected]>
I would like tu run OHIF Viewer as a service daemon, and to keep it running when I quit the command line console. It seems like Meteor was made for development purpose and has no daemon running option.
Is there a way to run it as a service with Node.js or another serverside js framework ?
The text was updated successfully, but these errors were encountered: