Is there a brief guide to explain how to start up a application when the instance starts up and running? If it were one of the services installed through yum th
yum
You can use screen. Run crontab -e and add this line:
screen
crontab -e
@reboot screen -d -m bash -c "cd /home/user/yourapp/; node app"