feerdispzoo
Verified User
- Joined
- Jan 17, 2022
- Messages
- 189
I created new next.js app with node.
Since I don't use CloudLinux, only the self-installed node version - how can I run this application so that it is always live?
When I start npm run dev then I see this app under address: my_servier_ip:8000 but when I close terminal then app server down.
1) How can I now set to always server app running?
2) How can I add this under my own domain?
Thanks for reply.
Since I don't use CloudLinux, only the self-installed node version - how can I run this application so that it is always live?
When I start npm run dev then I see this app under address: my_servier_ip:8000 but when I close terminal then app server down.
1) How can I now set to always server app running?
2) How can I add this under my own domain?
Thanks for reply.