Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I always start up my sage server by using the -c option to have Sage run a command. Here is my startup script:

#!/bin/sh

~/sage/sage -c "notebook(interface='localhost', directory='./sage_notebook.sagenb',port=8000, accounts=True, timeout=3600, server_pool=['sage%d@localhost'%i for i in range(10)], ulimit='-u 100 -t 36000 -v 500000', open_viewer=False)"

See step 8 of http://wiki.sagemath.org/SageServer