Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Alistair Grant
Hi Pavel, On Fri, Jun 23, 2017 at 10:08:29PM +0200, Pavel Krivanek wrote: > clone the master branch of g...@github.com:pharo-project/pharo.git and inside > this clone do: > > export PHARO_VERSION=60 > export BOOTSTRAP_ARCH=32 > > wget -O - get.pharo.org/${PHARO_VERSION}+vm | bash > > ./pharo

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-24 Thread andrew glynn
Thanks, it had occurred to me to take a look at the other drivers in Garage - been a bit busy though so might not get to it until tomorrow. Andrew Glynn From: Pierce Ng Sent: Friday, June 23, 2017 8:19 PM To: Any question about pharo is

Re: [Pharo-users] PharoJS

2017-06-24 Thread Stephane Ducasse
Askoh As soon as we will say something somene else will not be happy so I will comment on this. Now let us look at the trajectory: - Pharo is moving super fast - Daily improving - Large set of frameworks - Many companies SHARING bricks (Zinc, Mustache, Mustaside, ... and many many more). So

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-24 Thread Stephane Ducasse
Supercool Norbert do you have screenshot for the Pharo success web page ? On Thu, Jun 22, 2017 at 2:40 PM, Norbert Hartl wrote: > I'm sorry I forgot to post this much earlier. Anyway…. > > We are proud to add another success story to the pharo portfolio > >

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Hilaire
Ok, I executed these statements. It seems to do its jobs just fine, I request for a 64bits architecture. What's next? Thanks Hilaire Le 23/06/2017 à 22:08, Pavel Krivanek a écrit : > ./pharo Pharo.image --no-default-preferences > ./bootstrap/scripts/prepare_image.st

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Hilaire
Looks like one should use the bellow command for anonymous clone: git clone https://github.com/pharo-project/pharo.git The command you provided required uploading public rsa key Le 24/06/2017 à 09:29, Pavel Krivanek a écrit : > git > clone g...@github.com:pharo-project/pharo.git > -- Dr.

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-24 Thread Sven Van Caekenberghe
> On 24 Jun 2017, at 10:03, Attila Magyar wrote: > > Sven Van Caekenberghe-2 wrote >> (In regular mail, I don't see you code snippet, I copy it here). > > > Hmm, maybe because of the raw text tags. Is this visible? > > Transcript >show: 'Hello world'; >cr.

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-24 Thread Attila Magyar
Gofer it smalltalkhubUser: 'zeroflag' project: 'Teapot'; configuration; loadDevelopment. -- View this message in context: http://forum.world.st/How-to-use-HTTPS-SSL-with-Zinc-tp4952461p4952507.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-24 Thread horrido
Okay, I should've asked, how do I get the development version? horrido wrote > Are you referring to ConfigurationOfTeapot? I presume it's not loaded by > your instruction: > > Gofer it > smalltalkhubUser: 'zeroflag' project: 'Teapot'; > configuration; > loadStable. > > So how do I

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-24 Thread horrido
Are you referring to ConfigurationOfTeapot? I presume it's not loaded by your instruction: Gofer it smalltalkhubUser: 'zeroflag' project: 'Teapot'; configuration; loadStable. So how do I load it? Attila Magyar wrote > Teapot uses ZnServer defaultServerClass by default, but you can

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-24 Thread Attila Magyar
Sven Van Caekenberghe-2 wrote > (In regular mail, I don't see you code snippet, I copy it here). Hmm, maybe because of the raw text tags. Is this visible? Transcript show: 'Hello world'; cr. -- View this message in context:

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-24 Thread Sven Van Caekenberghe
> On 24 Jun 2017, at 09:26, Attila Magyar wrote: > > Teapot uses ZnServer defaultServerClass by default, but you can configure > Teapot to use other kind of ZnServers like this. > > > > This is available only in the latest development version. That's very nice. Thanks

Re: [Pharo-users] How to use HTTPS (SSL) with Zinc

2017-06-24 Thread Attila Magyar
Teapot uses ZnServer defaultServerClass by default, but you can configure Teapot to use other kind of ZnServers like this. This is available only in the latest development version. -- View this message in context: http://forum.world.st/How-to-use-HTTPS-SSL-with-Zinc-tp4952461p4952501.html

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Pavel Krivanek
The question is what is your goal because the bootstrapped image will have in the end (almost) the same content as the default non-bootstrapped image. You probably want to change the content of the produced image wich requires to modify the related baselines and do not load them all. For Dr Geo

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Pavel Krivanek
git clone g...@github.com:pharo-project/pharo.git 2017-06-24 9:00 GMT+02:00 Hilaire : > Thanks, > > Can you key in the exact sequence to clone the git repo, I am not used > to GIT yet. > > Hilaire > > Le 23/06/2017 à 22:08, Pavel Krivanek a écrit : > > clone the master branch

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Hilaire
Just to be sure, it is to build an image from a mini-image, right? So to get a fairly small Dr. Geo image. Le 24/06/2017 à 09:00, Hilaire a écrit : > Thanks, > > Can you key in the exact sequence to clone the git repo, I am not used > to GIT yet. > > Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Hilaire
Thanks, Can you key in the exact sequence to clone the git repo, I am not used to GIT yet. Hilaire Le 23/06/2017 à 22:08, Pavel Krivanek a écrit : > clone the master branch of > g...@github.com:pharo-project/pharo.git and > inside this clone do: > -- Dr. Geo http://drgeo.eu