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] _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
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:
_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
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 |
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 |
Free forum by Nabble | Edit this page |