How do I install packages to the remote Pharo if I only have a command line access to it via ssh?

Maybe I don't understand. At the beginning, at least once, you will have to copy the image and put it in the server. Before doing that, take that image in your desktop app, install RFB, START IT (don't forget this), and SAVE the image after doing that. Then, when you start the image in the server, the RFB objects will be alive and the VNC will be working ;)

Enjoy the wonderful smalltalk world ;)
This sounds great. Let's say I've updated and installed all packages to the pharo image on my Win machine, copied it over to the linux system. Now if I start pharo (headless?)

YES!!!!� the same as seaside ;)��
I should be able to control if from anywhere (I still wonder about being behind a firewall).

Yes. For the firewall you need to evaluate for example:

HTTPSocket useProxyServerNamed: '10.100.1.4' port: 9090 proxyUser: 'Mariano' password: 'XXX'

Of course, evaluate it before saving the image.

Don't worry, in Pharo 1.1 this configuration is accessible with the new Settings browser.

What's the command to start pharo headless on linux?

Look and read the seside book.

http://book.seaside.st/book/advanced/deployment/deployment-apache/run-vm

Notice in the top right the input to search.

Cheers

Mariano




Cheers

Mariano


Thank you,
Andrei

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project