Re: [Pharo-users] Configuring where ZnServer serves files from

2013-06-15 Thread Stéphane Ducasse
mariano? Stef > Could someone on this list give me an account? I could start to capture bits > and pieces.

Re: [Pharo-users] Configuring where ZnServer serves files from

2013-06-15 Thread Stéphane Ducasse
On Jun 14, 2013, at 11:33 PM, Andy Burnett wrote: > <<< > This should work: > > (ZnServer defaultOn: 1701) > logToTranscript; > delegate: ((ZnStaticFileServerDelegate new) > prefixFromString: > 'apple/macosx'; >

Re: [Pharo-users] Configuring where ZnServer serves files from

2013-06-14 Thread Andy Burnett
<<< This should work: (ZnServer defaultOn: 1701) logToTranscript; delegate: ((ZnStaticFileServerDelegate new) prefixFromString: 'apple/macosx'; directory: '/Library/WebServer/Documents'

Re: [Pharo-users] Configuring where ZnServer serves files from

2013-06-13 Thread Sven Van Caekenberghe
Hi Andy, On 13 Jun 2013, at 17:10, Andy Burnett wrote: > I needed to serve some (amber) files from a local host - it was just a quick > hack. I fired up the 2.0 one click image on my mac, and looked at the > instructions for running the server. I can see how it would work if I > installed it

[Pharo-users] Configuring where ZnServer serves files from

2013-06-13 Thread Andy Burnett
I needed to serve some (amber) files from a local host - it was just a quick hack. I fired up the 2.0 one click image on my mac, and looked at the instructions for running the server. I can see how it would work if I installed it on Ubuntu, but I can't work out where my website's root folder would