I've made some progress following the instructions on sagemath/sagecell: The Sage Cell Server---providing a way to embed Sage computations into any web page. (github.com) <https://github.com/sagemath/sagecell> I'm having an issue with the Makefile, it assumes a sage-root, which ends up being the sage/ directory i cloned in earlier instruction. cp: can't stat '/sage/local/lib/python3.9/site-packages/notebook/static': No such file or directory
Where should sage-root be pointing to? On Thursday, 23 September 2021 at 23:28:20 UTC+8 [email protected] wrote: > This script > > https://github.com/sagemath/sagecell/blob/master/contrib/vm/container_manager.py > creates LXC containers with SageMathCell running inside, as well as > manages HAProxy on the host machine to serve those containers. > > On Thursday, 23 September 2021 at 03:45:44 UTC-6 [email protected] > wrote: > >> > script that builds LXC containers >> >> Hey, was wondering which script this would be referring to? >> >> I'm currently referring to a few sources >> >> https://github.com/sagemath/sagecell says that I can create my own server >> sagecell/contrib/vm at master ยท sagemath/sagecell (github.com) >> <https://github.com/sagemath/sagecell/tree/master/contrib/vm> also says >> that I can create my own server. >> >> The docker image at dockerhub doesn't seem like what i'm looking for, was >> wondering if anyone else on the Sagecell team can chime in on the >> feasibility? >> On Thursday, 23 September 2021 at 02:52:53 UTC+8 [email protected] wrote: >> >>> Are there things that cannot run on Docker??? I can't easily do it as I >>> have no Docker experience, but for those who do it should be >>> straightforward. You can check the script that builds LXC containers if it >>> is useful. >>> >>> On Wednesday, 22 September 2021 at 08:52:44 UTC-6 [email protected] >>> wrote: >>> >>>> Hey, i want to know if its possible to dockerise a sagecell server? >>> >>> -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/8e6f6f9a-0ee9-48e5-b6c1-71f6bc177c79n%40googlegroups.com.
