To run the Rails server, I use $rails server
. It says 'To stop, click Ctrl+c
'.
I use Putty
.
The questions are:
Should I keep the terminal open always? Because if the server stops, my web page wouldn't work. With Apache I just used commands apachectl start/stop.
What if I want to use a command? Should I stop the server, use command, and run again? Because in the same terminal I can't do enything if the server run.