[Pharo-users] Getting Pharo running on AWS

2020-05-28 Thread Mark Guzdial
Hi everyone, New here, encouraged (from Discord) to try my questions here. I’m struggling to get AWS to run in an Ubuntu AWS instance. I tried following the directions here: https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/DeploymentWeb/De

Re: [Pharo-users] Getting Pharo running on AWS

2020-05-28 Thread Mark Guzdial
20 PM Sven Van Caekenberghe wrote: > Hi Mark, > > I can't help you with pharo-snap. > > But the installation instructions from the Enterprise book, using the > command line zero config tools, should still apply and work. > > What exactly did go wrong ? > > Sven

Re: [Pharo-users] Getting Pharo running on AWS

2020-05-28 Thread Mark Guzdial
h symlinks DIR=`readlink "$0"` || DIR="$0"; DIR=`dirname "$DIR"`; cd "$DIR" DIR=`pwd` cd - > /dev/null # disable parameter expansion to forward all arguments unprocessed to the VM set -f # run the VM and pass along all arguments as is "$DI

Re: [Pharo-users] Getting Pharo running on AWS

2020-05-28 Thread Mark Guzdial
9:~/pharo8$ kill %1 > [1]+ Terminated nohup ./pharo Pharo.image eval --no-quit > 'ZnServer startOn: 9090' > > BTW, nohup is one way to keep something running after you log out (systemctl > services being the pro/real way) > > Is this not how it works o

Re: [Pharo-users] Getting Pharo running on AWS

2020-05-28 Thread Mark Guzdial
While I’m asking newbie questions, perhaps you could explain this example in the Enterprise book: What is http://www.smalltalkhub.com/mc/Me/MyApp/main here? Is ConfigurationOfMyApp my name, or is it a command line parameter? Thanks! - Mark

Re: [Pharo-users] Getting Pharo running on AWS

2020-05-29 Thread Mark Guzdial
running-Pharo8-in-Digitalocean-tt5115160.html > > HTH, > > Sven > >> On 29 May 2020, at 02:07, Mark Guzdial wrote: >> >> While I’m asking newbie questions, perhaps you could explain this example in >> the Enterprise book: >> >> >> &