Running a Node.js app (ghost) in the background continuously with Supervisor (Supervisord)
Pre-requisites Root access to your server or have access to an account that has sudo powers on your servers – Instructions here. nodejs and npm installed – Instructions here. ghost installed and a ghost user made to run ghost – Instructions here. What is supervisor From the official supervisor page, Supervisor is a client/server system…