Yes, I Used the Binary for sage, and works great!!. But I intended to set up a sage cell to used them as a service for an a external application. The notebook command on sage starts a service on 8080 port, but it is only accesible from localhost, and if I try to access by the public ip or domain name, it is not reachable . How can I run a cell server to be accessed by internet using the binary distribution? Is there a way to do that instead of compiling it as I was trying in the previos method?
On Thursday, July 20, 2017 at 12:03:06 PM UTC-7, David Roe wrote: > > 768MB of RAM is probably not enough to build Sage. > > Can you use a binary? > David > > On Thu, Jul 20, 2017 at 11:21 AM, Jose Luis Bracamonte Amavizca < > [email protected] <javascript:>> wrote: > >> The VPS have 1 Core 768MB RAM 60GB Disk. It has not any other process >> running, it is a clean installation with no one other use intended than to >> be a cell of sage math . >> >> I run the make command again, but first a set the SAGE_KEEP_BUILT_SPKGS >> to 'yes' to avoid delete the build directory, as said in the log error >> message. After that, I have the same error result, failed to build the >> package linbox-1.4.2. >> >> Is there other way to install it and run a production cell for SageMath? . >> >> >> On Thursday, July 20, 2017 at 1:28:11 AM UTC-7, Jeroen Demeyer wrote: >>> >>> On 2017-07-19 20:22, Jose Luis Bracamonte Amavizca wrote: >>> > internal compiler error: Killed >>> >>> The most likely cause of this is running out of system memory. How much >>> memory does your system have? Was it particularly heavily loaded? Did >>> you use a lot of parallel processes to compile Sage? >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-devel" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/sage-devel. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
