ggrafendorfer wrote:
> Hi,
> 
> where can I find some information about setting up a sage server from
> my homepage,
> 
> is it easy possible or is it a more complicated task?


It depends on what you want, exactly.  If you just want a server that 
you can use to do calculations, then it is as easy as typing:

notebook(address='address-of-computer', secure=True)

in the sage prompt.

If you want to set up something for a class, then the easiest way (and 
probably most secure way) to use a virtual image, like the vmware image 
of Sage.  There is one thing you have to tweak; you have to set up the 
networking in the vmware image so that you can access the image from 
outside the network.  Then it's just like above; start up sage inside 
the vmware image and type the command above.

To access these servers, you would just go to 
https://address-of-computer:8000/ (note the "s"; that's so that the 
commands traveling between you and Sage are encrypted).


Thanks,

Jason


-- 
Jason Grout


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to