<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">> <span style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">I'm trying to get Squeak running headless on an Amazon ec2 system.</span><div class=""><br class=""></div><div class="">Deploying Squeak is basically always the same. I don’t think AWS would change that in any way. </div><div class="">EC2 is not an operating system. It's just a cradle for whatever OS you choose. [1]</div><div class="">Squeak is only run headless in a Linux server, so you choose a flavour of Linux, say Ubuntu 16.04 LTS. </div><div class=""><br class=""></div><div class="">> <span style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">Has anyone done this? </span></div><div class=""><br class=""></div><div class="">Why would it be any different than running on any given Linux? </div><div class=""><br class=""></div><div class="">> <span style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">If </span><span style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">so, what version of Squeak?</span></div><div class=""><span style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" class="">Any version you want. Just make sure the vm and the image are compatible. For example:</span></div><div class=""><br class=""></div><div class="">/usr/local/lib/squeak/3.10-4/squeak -vm-display-null -vm-sound-null Squeak3.10-7159-basic.image&</div><div class=""><br class=""></div><div class="">The “headless” part comes from the flags between the vm and the image name. Reading the Squeak man page would help. </div><div class="">Also, stick with official releases of Squeak. Ad hoc matching of the vm to the  image has become confusing in the last four years. I could do it, but it’d be pretty tedious. </div><div class=""><br class=""></div><div class="">Chris </div><div class=""><br class=""></div><div class="">[1] <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html" class="">http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html</a></div></div></body></html>