Dear all,<div><br></div><div>As one of my first tasks with Seaside I decided to try and deploy a barebones image to my hosting. This message is mostly targeted at those people who have successfully deployed Seaside sites to Webfaction. This is what I did so far:</div>
<div><br></div><div>1- Created custom web app (I was assigned port 54921 - set up application to website <a href="http://seaside.cyment.com">seaside.cyment.com</a>)</div><div>2- Copied, built and installed Squeak sources on the server</div>
<div>3- Opened locally seaside-mini.image (from <a href="http://seaside.st">seaside.st</a>), stopped the web server (WAKom stop.) and started it on corresponding port (WAKom startOn: 54921.) - saved and quit</div><div>4- Copied the image and sources files to the corresponding webapp directory</div>
<div>5- Ran squeak on the server (squeak -vm-display-null seaside-mini.image)</div><div>6- Pointed browser at <a href="http://seaside.cyment.com">seaside.cyment.com</a> and...error 504 (Service Temporarily Unavailable)</div>
<div><br></div><div>Checked logs on the server and apparently no one is listening to that port. I&#39;m an OSX user, raised using Windows and with little and no UNIX expertise. Worked for some time using VA Smalltalk, so no Squeak expert either.</div>
<div><br></div><div>I&#39;m dying to use Seaside...</div><div><br></div><div>TIA,</div><div>Alan</div>