<div dir="ltr">Just an FYI, I managed to run the handin-server in a headless linux server. I had to:<div><br></div><div>- Install libcairo, libpango, and probably other X11 libraries</div><div>- Install xvfb, which is a virtual/fake framebuffer</div>
<div>- Log-in using ssh, then run the screen program</div><div>- Inside screen, cd to the folder with the assignments and run xvfb-run racket -l handin-server</div><div>- Press Ctrl-A Ctrl-D to detach from screen</div><div>
- Log out from the server, and the process is kept running thanks to screen.</div><div>- To get back the output, log-in again and execute "screen -r"</div><div><br></div><div>I saw some email threads from 2012 discussing a similar issue, and the suggestion was to use VNC or something like that. I hope this is useful to someone!</div>
<div><br></div><div>Bests,</div><div><div><div>-- <br>Ismael<br>
</div></div></div></div>