I built an API using R and Plumber and was wondering how to deploy/Run it on Linux Redhat Centos8. It is a simple REST API and it launches Swagger to run when I test it on my computer, but instead of using my computer IP address, it should refer to the Linux server details.
I already installed R and most of the packages in the API on the server, and also move the API script to the server.
But I am unsure on how to run it and keep it running 24/7. Is anyone able to help or provide resources on this?
0 Replies