Re: Testing signed installer?
Re: Testing signed installer?
- Subject: Re: Testing signed installer?
- From: David Buxton <email@hidden>
- Date: Mon, 13 Aug 2012 18:29:34 +0100
On 13 Aug 2012, at 17:41, Howard Moon wrote:
> On Aug 13, 2012, at 7:59 AM, Jim Kelly wrote:
>
>> Alternatively, you could just run your local webserver and "pull it down" from there
>
> Unfortunately, Mountain Lion removed the Web Server Preferences Pane option, and it's a pain in the butt to re-enable. I found someone who wrote a replacement Preferences Pane, though, and did exactly as you suggest (since I can't email 20meg files and don't have access to a web server).
For future reference, you can start a web server listening on port 8000 using this:
$ cd /path/to/web/root
$ python -m SimpleHTTPServer
That will serve the contents of the current directory. Put a different number at the end if you want it to listen on a different port.
David B.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden