Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-20 Thread Stéphane Ducasse
thanks sven :) pharoweekly.wordpress.com/2020/05/20/deployment-tips-from-the-pros/ S > On 17 May 2020, at 20:28, Sven Van Caekenberghe wrote: > > Hi Sanjay, > > When you do a metacello configuration or baseline

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-17 Thread Sven Van Caekenberghe
Hi Sanjay, When you do a metacello configuration or baseline install with the command line tools, the image is saved automatically at the end (if the load is successful). My current approach is described here https://github.com/svenvc/minimal-pharo-server-tools which is a newer version of

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-17 Thread Sanjay Minni
@Sven, (While going thru the book ".../DeployForProduction...") seems section 1 & 2 would have to be updated ... In section 3 Build Your Image ... what is the script for installing dependencies from github and having a Baseline (instead of Configuration) as practically all packages have moved

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-16 Thread Sven Van Caekenberghe
> On 16 May 2020, at 11:15, Sanjay Minni wrote: > > Can I run this way the same image which otherwise runs fine thru the > graphical environment > > When I run that image in graphical environment it immediately starts as the > application server. So cwould it work from the command line tools

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-16 Thread Sanjay Minni
Can I run this way the same image which otherwise runs fine thru the graphical environment When I run that image in graphical environment it immediately starts as the application server. So cwould it work from the command line tools without changes. ...$ ... ...$ nohup ./pharo Sven Van

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-16 Thread Sven Van Caekenberghe
> On 16 May 2020, at 09:22, Sven Van Caekenberghe wrote: > > Hi, > > Everybody is free to do whatever they want, of course. > > My advice would be to not use graphical tools to deploy server applications > (unless as add ons afterwards, like a dashboard or management app). > > Use Linux

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-16 Thread Sven Van Caekenberghe
Hi, Everybody is free to do whatever they want, of course. My advice would be to not use graphical tools to deploy server applications (unless as add ons afterwards, like a dashboard or management app). Use Linux (Ubuntu is the safest choice). Stick with headless (no gui) command line tools.

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-15 Thread Sanjay Minni
Hi Eventually in a Digitalocean Ubuntu droplet, I connected from Windows 10 to a Ubuntu Graphical desktop, installed PharoLauncher and couple of images and got seaside up, installed Mongo DB and a Pharo App. pretty smooth and can share how to step by step if anybody is interested. (note: no

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-04-26 Thread Ben Coman
Have you considered installing Ubuntu App from Microsoft App Store? cheers -ben On Sun, 19 Apr 2020 at 01:15, Sanjay Minni wrote: > Hi, > > I am using a Windows 10 local machine and digitalocean ubuntu server > droplet > - how can I run pharo 8 remotedly in the windows 10 inbuilt powershell

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-04-19 Thread Cédrick Béler
Hi Sanjai, Have you tried Telepharo ? https://github.com/pharo-ide/TelePharo Hth, Cédrick > Le 18 avr. 2020 à 19:41, Sanjay Minni a écrit : > > probably this earlier thread http://forum.world.st/Pharo-7-RFB-td5089434.html > on > RFB / VNC - remote

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-04-18 Thread Sanjay Minni
probably this earlier thread http://forum.world.st/Pharo-7-RFB-td5089434.html on RFB / VNC - remote access to graphical user interface is related. How to set it up in the situation below Sanjay Minni wrote > Hi, > > I am using a Windows 10 local machine and digitalocean ubuntu server >

[Pharo-users] running Pharo8 in Digitalocean

2020-04-18 Thread Sanjay Minni
Hi, I am using a Windows 10 local machine and digitalocean ubuntu server droplet - how can I run pharo 8 remotedly in the windows 10 inbuilt powershell ssh terminal - or any other method (I have successfully executed # ./pharo Pharo.image eval --no-quit 'ZnServer startDefaultOn: 8080' and