mariano?
Stef
> Could someone on this list give me an account? I could start to capture bits
> and pieces.
On Jun 14, 2013, at 11:33 PM, Andy Burnett
wrote:
> <<<
> This should work:
>
> (ZnServer defaultOn: 1701)
> logToTranscript;
> delegate: ((ZnStaticFileServerDelegate new)
> prefixFromString:
> 'apple/macosx';
>
<<<
This should work:
(ZnServer defaultOn: 1701)
logToTranscript;
delegate: ((ZnStaticFileServerDelegate new)
prefixFromString:
'apple/macosx';
directory:
'/Library/WebServer/Documents'
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
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