This may seem like a basic question, but how should I shut down the sage server? And the wiki? That is, I have a script that does this:
/path/to/sage-3.2.3/sage start_notebook.sage & # on port 8000 /path/to/sage-3.2.3/sage start_wiki.sage & # on port 9000 and so I run it and log off, and voila! sage and the wiki are all set. Then later I want to restart it for one reason or another (or just add a nice shutdown script to the machine's shutdown scripts) and all I know to do is kill -9 a whole bunch of processes, which is (I hope) not the official solution. This seems like a basic question, so I apologize if it's in the docs, but I did Google sagemath.org and didn't see anything under "server shutdown" or "server shut down". Thank you! Nathan PS: Is that how I should be starting the wiki...in its own separate sage run? Since notebook() doesn't return, I don't know how to do it in one session. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
