connecting to remote pharo 5 image on server.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

connecting to remote pharo 5 image on server.

itayy
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.

Reply | Threaded
Open this post in threaded view
|

Re: connecting to remote pharo 5 image on server.

Pierce Ng-3
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

Reply | Threaded
Open this post in threaded view
|

Re: connecting to remote pharo 5 image on server.

Denis Kudriashov
In reply to this post by itayy
Hi

2016-11-09 16:52 GMT+01:00 itay yahalom <[hidden email]>:
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
Reply | Threaded
Open this post in threaded view
|

Re: connecting to remote pharo 5 image on server.

itayy
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 :/