How do i View, Stop and Start my Ruby app via SSH
To stop a process:
You can kill the process using kill -9
To view all processes:
You can view all running processes with ps ffaux the second column will be the pid.
Once the application has stopped you can start the application by running scripts/server -p
in the directory of the RoR project.
You can follow any responses to this entry through the
RSS 2.0 feed.
Leave A Comment