[Seaside] Ubuntu Linux Server

Patrick Collison patrick at collison.ie
Mon Sep 10 19:30:20 UTC 2007


On 10/09/2007, Richard Eng <richard.eng at rogers.com> wrote:
> I¹m thinking of hosting my Seaside app on Ubuntu Linux Server. This is a
> GUI-less OS which raises a couple of questions...
>
> 1) I'm currently running a bit of Squeak code in a Workspace window to
> enable file-serving (and to set the WAKom port to 9090). When I download the
> image to Ubuntu Linux Desktop running on my server, the image "forgets" that
> I'm running on port 9090 (and probably forgets about file-serving as well).
>
> How do I run this code on Ubuntu Linux Server without a GUI?

It may come GUI-less, but it doesn't have to stay that way.

sudo apt-get install -y xorg
ssh -X server
squeak -vm-display-x11 squeak.image

(VNC is a lot faster, though.)

> 2) I also have to run a simple Seaside program to setup my database for my
> Seaside app on the server machine. Without a GUI, I don't see how I can get
> around this.
>
> Forgive these questions. Not only am I a Squeak newbie, I'm also a Linux
> newbie...
>
> Thanks,
> Richard
>
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list