Sysadmin:SageNB Server
Jump to navigation
Jump to search
The Sage Notebook server is currently running on the tools virtual machine. It can be accessed via a browser at https://sage.cs.earlham.edu. Installing Sage information will be updated shortly.
Installation
Starting/Stoping
Sage is run by a sage user, so all starting and stoping is done by that user.
- Connect to tools, which runs sage. ssh tools.cs.earlham.edu.
- Become the sage user: sudo su - sage
- Check if anything is running with ps auxww | grep sage.
- If you're restarting or stopping, then kill anything running that's associated with sage.
- There's a sage-x.x (version) dir in the sage user's home dir where all of the source is. cd sage-x.x
- Remove the nohup.out file. rm nohup.out
- To start:
nohup /home/sage/sage-x.x/sage --notebook=sagenb accounts=False automatic_login=False interface='' port=8080 &