Hi,
thanks for the fast answer,

> It depends on what you want, exactly.

I just want a server where like sagenb.org where certain people can
perform calcultations,
I have an ssh account to our department server, in my home directory
on this server, there is a directoy called 'public_html' where for
example the index.html of my hompage lies,

our admin told me that all packages to built sage are available,
so I can transfer the sage sources to the server, type 'make' there
and let it built sage,

OK, then I can run the server version of sage from my computer via
ssh,

but what do I have to do now to make it accessible via the internet
throught for example 'http://www.department/~georg/sagenb' ?

is this what you were meaning here:
>
> notebook(address='address-of-computer', secure=True)
>
> in the sage prompt.
>

> 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).
>

did I understand well that I now have to type something like

notebook(address='https://www.department/~georg/sagenb', secure =
True)
or just
notebook(address='www.department/~georg/sagenb', secure = True)

and then the sage-notebook is accessible via 'https://www.department/
~georg/sagenb:8000'   ??

thank you,

Georg


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to