Re: [Pharo-users] [Seaside] Seaside on Pharo-Kernel
Wow. This is awesome: a working Seaside image in 4.3 MB. On Tue, Aug 9, 2011 at 3:11 PM, Pavel Krivanek <squeak3@continentalbrno.cz>wrote:
There is a prepared image:
https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Seasi...
-- Pavel
On Tue, Aug 9, 2011 at 3:03 PM, Sven Van Caekenberghe <sven@beta9.be> 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... )
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 seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
On 9 August 2011 18:59, Mariano Martinez Peck <marianopeck@gmail.com> 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 <squeak3@continentalbrno.cz> wrote:
There is a prepared image:
https://ci.lille.inria.fr/pharo/view/Pharo-Kernel/job/Pharo%20Kernel%20Seasi...
-- Pavel
On Tue, Aug 9, 2011 at 3:03 PM, Sven Van Caekenberghe <sven@beta9.be> 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...)
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 seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Mariano http://marianopeck.wordpress.com
_______________________________________________ seaside mailing list seaside@lists.squeakfoundation.org http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-- Best regards, Igor Stasenko AKA sig.
On Aug 11, 2011, at 12:12 AM, Igor Stasenko wrote:
On 9 August 2011 18:59, Mariano Martinez Peck <marianopeck@gmail.com> 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
----- Original Message ----- | From: "Igor Stasenko" <siguctua@gmail.com> | To: "Seaside - general discussion" <seaside@lists.squeakfoundation.org> | Cc: "A friendly place where any question about pharo is welcome" <pharo-users@lists.gforge.inria.fr>, "Pharo | Development" <pharo-project@lists.gforge.inria.fr> | 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 <marianopeck@gmail.com> | 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
participants (4)
-
Dale Henrichs -
Igor Stasenko -
Mariano Martinez Peck -
stephane ducasse