problem starting server #83
-
Hi, I have been following the procedure in the PlutoSliderServer.jl Read.me file. I have made a few changes to serve my notebooks from a local folder rather than from a github folder, but otherwise have attempted to follow the steps where relevant. Before starting the server set-up:
Now for the server procedure:
The initial launch shows initial launch success via systemctl -l status pluto-server, however after a few seconds and re-running, it shows failure to complete due to an error related to running julia itself. From the logs (sudo journalctl -u pluto-server), the failure appears to be due to the following: /usr/local/bin/pluto-slider-server.sh: line 3: julia: command not found Any ideas as to what could be the reason that the julia command itself is not found when starting the server via systemctl but works when manually running the shell script to launch the server?? Thanks! Jules |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Does it work if you explicitly write |
Beta Was this translation helpful? Give feedback.
Does it work if you explicitly write
/usr/local/bin/julia
to call thejulia
binary in/usr/local/bin/pluto-slider-server.sh
?