On Tue, Oct 9, 2012 at 11:31 PM, Craig Latta <[email protected]> wrote:
>
>> There is nothing special on the VM used by Phobos and there is no real
>> reason for such behavior because Phobos is only a web application.
>
>      Sure, I wasn't talking about the Phobos part, that's all great.
> It's the Pharo window I want to play with at the moment.
>
>> The demo image is not good for browsing of the code because it doesn't
>> contain changes file.
>
>      Ah, okay. Well, it'd be a much nicer demo if I could explore the
> code with the normal browsers. Reading it through the Phobos widgets
> isn't so useful.

You may replace it with your own Pharo 2.0 image, you only need to
perform this code:

Gofer it
  url: 'http://mc.stfx.eu/ZincHTTPComponents';
  package: 'Zinc-HTTP';
  package: 'Zinc-FileSystem';
  package: 'Zinc-Tests';
  package: 'Zinc-WebSocket-Core';
  load.

Gofer new
  squeaksource: 'Seaside30';
  package: 'Grease-Core';
  package: 'Grease-Pharo-Core';
  package: 'Seaside-Pharo-Continuation';
  load.

Gofer new
  squeaksource: 'SCouchDB';
  package: 'JSON';
  load.

Gofer new
  smalltalkhubUser: 'PavelKrivanek' project: 'Phobos';
  package: 'Phobos-Core';
  package: 'Phobos-XUL';
  package: 'Phobos-HTML';
  package: 'Phobos-Demo';
  load.

I haven't attached the changes and sources files because I wanted to
see if it will bring some problems, how big the whole application will
be then and because of space consumption. The application comes with
Pharo Image, CogVM and XULRunner (that is almost whole Firefox) - that
all makes it pretty big. Do not try to imagine one-click bundles for
all platforms ;-)

-- Pavel
>
>
>      thanks again,
>
> -C
>
> --
> Craig Latta
> www.netjam.org/resume
> +31 6 2757 7177
> + 1 415 287 3547 (no SMS)
>
>

Reply via email to