how do I get Seaside up on my Squeak?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

how do I get Seaside up on my Squeak?

Alistair Cockburn
It seems none of the tutorials start far enough at the back for me...
 
Lukas Renggli wrote me:
<<
I suggest that you start with the Squeak-Dev image of Damien.

    http://damien.cassou.free.fr/squeak-dev/

Open -> Universe Browser -> Web Development -> Seaside

After evaluating "WAKom startOn: 8080" you should have running 
Seaside on "http://localhost:8080/seaside".
>>
 
I downloaded the file
        sq3.9-7067dev07.10.1.zip
from that site and unpacked it.
The package contains no "squeak.exe", on the image and the changes.
 
So I downloaded
        Squeak3.9-win32.zip
from somewhere else I found, and it contains a "squeak.exe"
 
I can open the .exe file, but I don't know how to get it to use Damien's image.
 
Actually, I can't follow Lukas' next instructions, because I have no idea what
    Open -> Universe Browser -> Web Development -> Seaside
means. Are those classes inside Damien's image? or subdirectories someone I can't find? or implicitly obvious to someone else shortcut descriptions of commands?
 
I hope someone has the patience to help me through this.
p.s. I'm running Windows XP
 
thanks


Alistair Cockburn, Humans and Technology, Inc.
801.582.3162     1814 Ft Douglas Cir,  Salt Lake City, UT 84103
http://alistair.cockburn.us/   | [hidden email]




See what's new at AOL.com and Make AOL Your Homepage.

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: how do I get Seaside up on my Squeak?

Prashanth Hebbar
Hi Alistair:

I tried Lukas' instructions and got the Seaside running ( on Windows XP). I used the web version of the 3.10 beta image available here: http://damien.cassou.free.fr/squeak-web/

Download this image into the same directory where you have Squeak 3.9.exe. Either by double-clicking the web-image or dropping it on the exe, you will get it running. The indication that you got the right version is that the Squeak desktop will have a welcome window with documentation and a Preference Browser opened. You can close these and pull out a workspace. Now execute WAKom startOn: 8080 as per Lukas' instructions and proceed.

Hope this helps. By the way, this was my first posting on this mailing list. Thank you.

Cheers,
Prashanth Hebbar

On 10/11/07, [hidden email] <[hidden email]> wrote:
It seems none of the tutorials start far enough at the back for me...
 
Lukas Renggli wrote me:
<<
I suggest that you start with the Squeak-Dev image of Damien.

    <a href="http://damien.cassou.free.fr/squeak-dev/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://damien.cassou.free.fr/squeak-dev/

Open -> Universe Browser -> Web Development -> Seaside

After evaluating "WAKom startOn: 8080" you should have running 
Seaside on "<a href="http://localhost:8080/seaside" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://localhost:8080/seaside".
>>
 
I downloaded the file
        sq3.9-7067dev07.10.1.zip
from that site and unpacked it.
The package contains no "squeak.exe", on the image and the changes.
 
So I downloaded
        Squeak3.9-win32.zip
from somewhere else I found, and it contains a "squeak.exe"
 
I can open the .exe file, but I don't know how to get it to use Damien's image.
 
Actually, I can't follow Lukas' next instructions, because I have no idea what
    Open -> Universe Browser -> Web Development -> Seaside
means. Are those classes inside Damien's image? or subdirectories someone I can't find? or implicitly obvious to someone else shortcut descriptions of commands?
 
I hope someone has the patience to help me through this.
p.s. I'm running Windows XP
 
thanks


Alistair Cockburn, Humans and Technology, Inc.
801.582.3162     1814 Ft Douglas Cir,  Salt Lake City, UT 84103
<a href="http://alistair.cockburn.us/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://alistair.cockburn.us/   | [hidden email]




See what's new at <a title="http://www.aol.com?NCID=AOLCMP00300000001170" href="http://www.aol.com?NCID=AOLCMP00300000001170" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> AOL.com and <a title="http://www.aol.com/mksplash.adp?NCID=AOLCMP00300000001169" href="http://www.aol.com/mksplash.adp?NCID=AOLCMP00300000001169" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Make AOL Your Homepage.

_______________________________________________
Beginners mailing list
[hidden email]
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

RE: how do I get Seaside up on my Squeak?

Ron Teitelbaum
Hi,

It's nice that your first post is to help someone else!  It's very nice to
have you here, welcome!!

Ron Teitelbaum


________________________________________
From: Prashanth Hebbar

Hope this helps. By the way, this was my first posting on this mailing list.
Thank you.

Cheers,
Prashanth Hebbar


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: how do I get Seaside up on my Squeak?

Matthias Berth-2
In reply to this post by Alistair Cockburn
Hi,

just in case there is still a problem with this:

> Open -> Universe Browser -> Web Development -> Seaside

Means:

- start squeak
- right-click on the background, this opens the "World menu"
- about 1/3 down there is an entry "open..." in the world menu
- click on open..., and choose "Universe Browser (basic...)"

This will open the Package Universe browser. (A package universe is a
set of Squeak package versions that are known to work together).

- Open the web development category
- choose Seaside
- click on "Select package", this will select seaside and its
dependencies for installation
- click on "Install selections"

Now seaside and other necessary packages will be installed.


Cheers

Matthias
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners