connecting to remote pharo 5 image on server.
Hi all, is there any RFB or VNC to use with pharo 5? i want to connect to my pharo 5 environment remotly, the image sit on a linux server that is hosted on digital-ocean . all of this is so i can control and see if something go bad with the image (and debug it) or that i can use pharo to check the mongodb data. any help will be great . itay.
On Wed, Nov 09, 2016 at 05:52:43PM +0200, itay yahalom wrote:
is there any RFB or VNC to use with pharo 5? i want to connect to my pharo 5 environment remotly, the image sit on a linux server that is hosted on digital-ocean .
Yes there is an RFB server implemented in Smalltalk. The GUI interace may not work in Pharo 5 but you can execute the server in a playground, I've written some blog posts on this topic, at http://www.samadhiweb.com/tags/RFB. Most recent post on the topic is from 2014, but the blog _is_ currently powered by a Pharo 5 instance with a running RFB server. Pierce
Hi 2016-11-09 16:52 GMT+01:00 itay yahalom <itay.yahalom@gmail.com>:
Hi all, is there any RFB or VNC to use with pharo 5? i want to connect to my pharo 5 environment remotly, the image sit on a linux server that is hosted on digital-ocean . all of this is so i can control and see if something go bad with the image (and debug it) or that i can use pharo to check the mongodb data. any help will be great .
Look also at this option: http://dionisiydk.blogspot.fr/2016/07/remote-debugging-tools-is-ready.html
thx :D will do it once there is a fix or a workaround for the image saved on windows cant run on linux in pharo5 :/ -- View this message in context: http://forum.world.st/connecting-to-remote-pharo-5-image-on-server-tp4922378... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (4)
-
Denis Kudriashov -
itay yahalom -
itayy -
Pierce Ng