Deploying Your Project As a UNIX Service
摘要
Developing and running an application in a local machine and serving the application as a service in a server have a unique challenge. At this point, we can run our application, and colleagues can access our dashboard remotely. But we should harden our design. Wouldn’t it be nice if the software started automatically in the event of a server reboot? Without us having to log in and start the virtual environment each time?