Hi,
there's possible to load Seaside to the Pharo-Kernel. 1) Load PharoKernel-Gofer image from CI server (https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Gofer/lastSuccessfulBuild/) 2) run the image with seaside.st script as an argument. That will create about 4.1 MB image with basic Seaside packages and basic examples. 3) run the image with run.st script (note that starting of the server in the seaside.st script will hang, currently I have no idea why). 4) see if everything works at http://localhost:8080/examples/examplebrowser Cheers, -- Pavel _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Pavel,
This is really cool! Sven On 09 Aug 2011, at 12:52, Pavel Krivanek wrote: > Hi, > > there's possible to load Seaside to the Pharo-Kernel. > > 1) Load PharoKernel-Gofer image from CI server > (https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Gofer/lastSuccessfulBuild/) > > 2) run the image with seaside.st script as an argument. That will > create about 4.1 MB image with basic Seaside packages and basic > examples. > > 3) run the image with run.st script (note that starting of the server > in the seaside.st script will hang, currently I have no idea why). > > 4) see if everything works at http://localhost:8080/examples/examplebrowser > > Cheers, > -- Pavel > <run.st><seaside.st>_______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
There is a prepared image:
https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Seaside/ -- Pavel On Tue, Aug 9, 2011 at 3:03 PM, Sven Van Caekenberghe <[hidden email]> wrote: > Hi Pavel, > > This is really cool! > > Sven > > On 09 Aug 2011, at 12:52, Pavel Krivanek wrote: > >> Hi, >> >> there's possible to load Seaside to the Pharo-Kernel. >> >> 1) Load PharoKernel-Gofer image from CI server >> (https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Gofer/lastSuccessfulBuild/) >> >> 2) run the image with seaside.st script as an argument. That will >> create about 4.1 MB image with basic Seaside packages and basic >> examples. >> >> 3) run the image with run.st script (note that starting of the server >> in the seaside.st script will hang, currently I have no idea why). >> >> 4) see if everything works at http://localhost:8080/examples/examplebrowser >> >> Cheers, >> -- Pavel >> <run.st><seaside.st>_______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Wow. This is awesome: a working Seaside image in 4.3 MB.
On Tue, Aug 9, 2011 at 3:11 PM, Pavel Krivanek <[hidden email]> wrote: There is a prepared image: -- Mariano http://marianopeck.wordpress.com _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Pavel Krivanek-2
sounds yummy :) going to test this o/ On Aug 9, 2011, at 7:52 AM, Pavel Krivanek wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Mariano Martinez Peck
On 9 August 2011 18:59, Mariano Martinez Peck <[hidden email]> wrote:
> Wow. This is awesome: a working Seaside image in 4.3 MB. > Indeed. Now if we could have some remote browsing/remote debugging tools.. (please say nothing about RFB) > On Tue, Aug 9, 2011 at 3:11 PM, Pavel Krivanek <[hidden email]> > wrote: >> >> There is a prepared image: >> >> >> https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Seaside/ >> >> -- Pavel >> >> On Tue, Aug 9, 2011 at 3:03 PM, Sven Van Caekenberghe <[hidden email]> >> wrote: >> > Hi Pavel, >> > >> > This is really cool! >> > >> > Sven >> > >> > On 09 Aug 2011, at 12:52, Pavel Krivanek wrote: >> > >> >> Hi, >> >> >> >> there's possible to load Seaside to the Pharo-Kernel. >> >> >> >> 1) Load PharoKernel-Gofer image from CI server >> >> >> >> (https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Gofer/lastSuccessfulBuild/) >> >> >> >> 2) run the image with seaside.st script as an argument. That will >> >> create about 4.1 MB image with basic Seaside packages and basic >> >> examples. >> >> >> >> 3) run the image with run.st script (note that starting of the server >> >> in the seaside.st script will hang, currently I have no idea why). >> >> >> >> 4) see if everything works at >> >> http://localhost:8080/examples/examplebrowser >> >> >> >> Cheers, >> >> -- Pavel >> >> <run.st><seaside.st>_______________________________________________ >> >> seaside mailing list >> >> [hidden email] >> >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > >> > _______________________________________________ >> > seaside mailing list >> > [hidden email] >> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > -- > Mariano > http://marianopeck.wordpress.com > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Aug 11, 2011, at 12:12 AM, Igor Stasenko wrote: > On 9 August 2011 18:59, Mariano Martinez Peck <[hidden email]> wrote: >> Wow. This is awesome: a working Seaside image in 4.3 MB. >> > Indeed. > Now if we could have some remote browsing/remote debugging tools.. > (please say nothing about RFB) Normally with what we are doing around having an environment + ring + nick papoulyas work we should get there. Stef _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 11/08/11 09:28, stephane ducasse wrote: > > On Aug 11, 2011, at 12:12 AM, Igor Stasenko wrote: > >> On 9 August 2011 18:59, Mariano Martinez Peck<[hidden email]> wrote: >>> Wow. This is awesome: a working Seaside image in 4.3 MB. >>> >> Indeed. >> Now if we could have some remote browsing/remote debugging tools.. >> (please say nothing about RFB) > > > Normally with what we are doing around > having an environment > + ring > + nick papoulyas work > > we should get there. > > Stef wow that would be awesome. What is Nick Papoulya's work ? Something around remote tools ? _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by stephane ducasse
Hi-- Mariano writes: > Wow. This is awesome: a working Seaside image in 4.3 MB. Igor responds: > Indeed. Now if we could have some remote browsing/remote debugging > tools... (please say nothing about RFB) I've written both for Spoon. I'm preparing the 3 alpha 1 release in advance of ESUG 2011 in Edinburgh (I'll be there). Preliminary release notes are at [1], feedback welcome. Stephane responds (to Igor): > Normally with what we are doing around > having an environment > + ring > + nick papoulyas work > > we should get there. Are there descriptions of Nick's work on the net? I didn't see any by searching for ["nick papoulyas" pharo]. thanks! -C [1] http://dl.dropbox.com/u/15188004/spoon3a1ReleaseNotes.txt -- Craig Latta www.netjam.org/resume +31 6 2757 7177 + 1 415 287 3547 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Igor Stasenko
----- Original Message ----- | From: "Igor Stasenko" <[hidden email]> | To: "Seaside - general discussion" <[hidden email]> | Cc: "A friendly place where any question about pharo is welcome" <[hidden email]>, "Pharo | Development" <[hidden email]> | Sent: Wednesday, August 10, 2011 3:12:27 PM | Subject: Re: [Pharo-users] [Seaside] Seaside on Pharo-Kernel | | On 9 August 2011 18:59, Mariano Martinez Peck <[hidden email]> | wrote: | > Wow. This is awesome: a working Seaside image in 4.3 MB. | > | Indeed. | Now if we could have some remote browsing/remote debugging tools.. | (please say nothing about RFB) Igor, If you want to do development in a Seaside image, check out tODE[1]. It's a Smalltalk development environment written in Seaside that has been ported to Pharo and GemStone ... code browsing, inspectors, debugger, metacello/monticello integration are all there. The current version of tODE is a proof of concept but it is a highly functional proof of concept. I've been doing about 80% of my development in tODE for the last couple of months ... the current version of tODE doesn't use RING, but I plan to use RING (and port it to GemStone) for the next version ... [1] http://code.google.com/p/tode/ Dale _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |